Searched refs:cmptbl (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/isdn/hisax/ |
D | hfc_usb.c | 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() [all …]
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 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() [all …]
|