Lines Matching refs:cmptbl
1922 ep_addr, cmptbl[16], small_match, iso_packet_size, packet_size, in hfcsusb_probe() local
1964 memcpy(cmptbl, vcf, 16 * sizeof(int)); in hfcsusb_probe()
1979 if (cmptbl[idx] != EP_NOP) { in hfcsusb_probe()
1980 if (cmptbl[idx] == EP_NUL) in hfcsusb_probe()
1983 && cmptbl[idx] == EP_INT) in hfcsusb_probe()
1984 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
1986 && cmptbl[idx] == EP_BLK) in hfcsusb_probe()
1987 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
1989 && cmptbl[idx] == EP_ISO) in hfcsusb_probe()
1990 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
2001 if (cmptbl[i] != EP_NOP && cmptbl[i] != EP_NUL) in hfcsusb_probe()