Home
last modified time | relevance | path

Searched refs:cmptbl (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/isdn/hisax/
Dhfc_usb.c1261 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()
[all …]
/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dhfcsusb.c1920 ep_addr, cmptbl[16], small_match, iso_packet_size, packet_size, in hfcsusb_probe() local
1962 memcpy(cmptbl, vcf, 16 * sizeof(int)); in hfcsusb_probe()
1974 if (cmptbl[idx] != EP_NOP) { in hfcsusb_probe()
1975 if (cmptbl[idx] == EP_NUL) in hfcsusb_probe()
1978 && cmptbl[idx] == EP_INT) in hfcsusb_probe()
1979 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
1981 && cmptbl[idx] == EP_BLK) in hfcsusb_probe()
1982 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
1984 && cmptbl[idx] == EP_ISO) in hfcsusb_probe()
1985 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
[all …]