Lines Matching refs:cmptbl
1916 ep_addr, cmptbl[16], small_match, iso_packet_size, packet_size, in hfcsusb_probe() local
1958 memcpy(cmptbl, vcf, 16 * sizeof(int)); in hfcsusb_probe()
1970 if (cmptbl[idx] != EP_NOP) { in hfcsusb_probe()
1971 if (cmptbl[idx] == EP_NUL) in hfcsusb_probe()
1974 && cmptbl[idx] == EP_INT) in hfcsusb_probe()
1975 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
1977 && cmptbl[idx] == EP_BLK) in hfcsusb_probe()
1978 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
1980 && cmptbl[idx] == EP_ISO) in hfcsusb_probe()
1981 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
1992 if (cmptbl[i] != EP_NOP && cmptbl[i] != EP_NUL) in hfcsusb_probe()