Searched refs:small_match (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/isdn/hisax/ |
H A D | hfc_usb.c | 1267 int cmptbl[16], small_match, iso_packet_size, packet_size, hfc_usb_probe() local 1287 small_match = 0xffff; hfc_usb_probe() 1344 if (cfg_used < small_match) { hfc_usb_probe() 1345 small_match = cfg_used; hfc_usb_probe() 1357 if (small_match != 0xffff) { hfc_usb_probe() 1363 vcf = validconf[small_match]; hfc_usb_probe() 1503 conf_str[small_match], context->if_used, hfc_usb_probe() 1505 validconf[small_match][18]); hfc_usb_probe()
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.c | 1916 ep_addr, cmptbl[16], small_match, iso_packet_size, packet_size, hfcsusb_probe() local 1943 small_match = -1; hfcsusb_probe() 1996 if (small_match < cfg_used) { hfcsusb_probe() 1997 small_match = cfg_used; hfcsusb_probe() 2008 if (small_match == -1) hfcsusb_probe() 2018 vcf = validconf[small_match]; hfcsusb_probe() 2101 conf_str[small_match], ifnum, alt_used); hfcsusb_probe()
|
Completed in 90 milliseconds