Searched refs:vcf (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/isdn/hisax/ |
D | hfc_usb.c | 1265 int i, idx, alt_idx, probe_alt_setting, vend_idx, cfg_used, *vcf, in hfc_usb_probe() local 1301 vcf = validconf[cfg_used]; in hfc_usb_probe() 1305 memcpy(cmptbl, vcf, 16 * sizeof(int)); in hfc_usb_probe() 1332 && (ep->desc.bInterval < vcf[17])) { in hfc_usb_probe() 1363 vcf = validconf[small_match]; in hfc_usb_probe() 1375 if (vcf[idx] != EP_NOP in hfc_usb_probe() 1376 && vcf[idx] != EP_NUL) { in hfc_usb_probe() 1475 context->cfg_used = vcf[16]; /* store used config */ in hfc_usb_probe()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 1915 probe_alt_setting, vend_idx, cfg_used, *vcf, attr, cfg_found, in hfcsusb_probe() local 1956 vcf = validconf[cfg_used]; in hfcsusb_probe() 1958 memcpy(cmptbl, vcf, 16 * sizeof(int)); in hfcsusb_probe() 1984 ep->desc.bInterval < vcf[17]) { in hfcsusb_probe() 2018 vcf = validconf[small_match]; in hfcsusb_probe() 2031 if (vcf[idx] == EP_NOP || vcf[idx] == EP_NUL) { in hfcsusb_probe() 2079 hw->cfg_used = vcf[16]; /* store used config */ in hfcsusb_probe()
|