Searched refs:vcf (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/isdn/hisax/
H A Dhfc_usb.c1265 int i, idx, alt_idx, probe_alt_setting, vend_idx, cfg_used, *vcf, hfc_usb_probe() local
1301 vcf = validconf[cfg_used]; hfc_usb_probe()
1305 memcpy(cmptbl, vcf, 16 * sizeof(int)); hfc_usb_probe()
1332 && (ep->desc.bInterval < vcf[17])) { hfc_usb_probe()
1363 vcf = validconf[small_match]; hfc_usb_probe()
1375 if (vcf[idx] != EP_NOP hfc_usb_probe()
1376 && vcf[idx] != EP_NUL) { hfc_usb_probe()
1475 context->cfg_used = vcf[16]; /* store used config */ hfc_usb_probe()
/linux-4.1.27/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c1915 probe_alt_setting, vend_idx, cfg_used, *vcf, attr, cfg_found, hfcsusb_probe() local
1956 vcf = validconf[cfg_used]; hfcsusb_probe()
1958 memcpy(cmptbl, vcf, 16 * sizeof(int)); hfcsusb_probe()
1984 ep->desc.bInterval < vcf[17]) { hfcsusb_probe()
2018 vcf = validconf[small_match]; hfcsusb_probe()
2031 if (vcf[idx] == EP_NOP || vcf[idx] == EP_NUL) { hfcsusb_probe()
2079 hw->cfg_used = vcf[16]; /* store used config */ hfcsusb_probe()

Completed in 83 milliseconds