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