Lines Matching defs:sc_config
209 const struct hvs_config *sc_config;
372 (sc->sc_config->proto_version >> 8) & 0xff,
373 sc->sc_config->proto_version & 0xff);
517 if (sc->sc_config->use_win8ext_flags) {
525 if (sc->sc_config->use_win8ext_flags)
530 if (sc->sc_config->use_win8ext_flags)
535 if (sc->sc_config->use_win8ext_flags)
541 srb->srb_reqlen = sc->sc_config->reqlen;
542 srb->srb_senselen = sc->sc_config->senselen;
751 if (sc->sc_config->fixup_wrong_response &&
763 if (sc->sc_config->upgrade_spc2_to_spc3 &&
914 sc->sc_config = &hvs_config_list[i];
918 if (sc->sc_config == NULL) {