Lines Matching refs:cmptbl
1267 int cmptbl[16], small_match, iso_packet_size, packet_size, in hfc_usb_probe() local
1305 memcpy(cmptbl, vcf, 16 * sizeof(int)); in hfc_usb_probe()
1317 if (cmptbl[idx] == EP_NUL) { in hfc_usb_probe()
1321 && cmptbl[idx] == EP_INT) in hfc_usb_probe()
1322 cmptbl[idx] = EP_NUL; in hfc_usb_probe()
1324 && cmptbl[idx] == EP_BLK) in hfc_usb_probe()
1325 cmptbl[idx] = EP_NUL; in hfc_usb_probe()
1327 && cmptbl[idx] == EP_ISO) in hfc_usb_probe()
1328 cmptbl[idx] = EP_NUL; in hfc_usb_probe()
1339 if (cmptbl[i] != EP_NOP in hfc_usb_probe()
1340 && cmptbl[i] != EP_NUL) in hfc_usb_probe()