Searched refs:small_match (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/isdn/hisax/ |
D | hfc_usb.c | 1261 int cmptbl[16], small_match, iso_packet_size, packet_size, in hfc_usb_probe() local 1281 small_match = 0xffff; in hfc_usb_probe() 1338 if (cfg_used < small_match) { in hfc_usb_probe() 1339 small_match = cfg_used; in hfc_usb_probe() 1351 if (small_match != 0xffff) { in hfc_usb_probe() 1357 vcf = validconf[small_match]; in hfc_usb_probe() 1497 conf_str[small_match], context->if_used, in hfc_usb_probe() 1499 validconf[small_match][18]); in hfc_usb_probe()
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 1920 ep_addr, cmptbl[16], small_match, iso_packet_size, packet_size, in hfcsusb_probe() local 1947 small_match = -1; in hfcsusb_probe() 2000 if (small_match < cfg_used) { in hfcsusb_probe() 2001 small_match = cfg_used; in hfcsusb_probe() 2012 if (small_match == -1) in hfcsusb_probe() 2022 vcf = validconf[small_match]; in hfcsusb_probe() 2105 conf_str[small_match], ifnum, alt_used); in hfcsusb_probe()
|