Lines Matching refs:cmptbl
1261 int cmptbl[16], small_match, iso_packet_size, packet_size, in hfc_usb_probe() local
1299 memcpy(cmptbl, vcf, 16 * sizeof(int)); in hfc_usb_probe()
1311 if (cmptbl[idx] == EP_NUL) { in hfc_usb_probe()
1315 && cmptbl[idx] == EP_INT) in hfc_usb_probe()
1316 cmptbl[idx] = EP_NUL; in hfc_usb_probe()
1318 && cmptbl[idx] == EP_BLK) in hfc_usb_probe()
1319 cmptbl[idx] = EP_NUL; in hfc_usb_probe()
1321 && cmptbl[idx] == EP_ISO) in hfc_usb_probe()
1322 cmptbl[idx] = EP_NUL; in hfc_usb_probe()
1333 if (cmptbl[i] != EP_NOP in hfc_usb_probe()
1334 && cmptbl[i] != EP_NUL) in hfc_usb_probe()