Searched refs:EP_NUL (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/isdn/hisax/ |
D | hfc_usb.h | 140 #define EP_NUL 1 // Endpoint at this position not allowed macro 155 {EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NOP, EP_INT, 156 EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_NUL, EP_NUL, 158 {EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_NUL, 159 EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_NUL, EP_NUL, 162 {EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, 165 {EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, 166 EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_NUL, EP_NUL,
|
D | hfc_usb.c | 1311 if (cmptbl[idx] == EP_NUL) { in hfc_usb_probe() 1316 cmptbl[idx] = EP_NUL; in hfc_usb_probe() 1319 cmptbl[idx] = EP_NUL; in hfc_usb_probe() 1322 cmptbl[idx] = EP_NUL; in hfc_usb_probe() 1334 && cmptbl[i] != EP_NUL) in hfc_usb_probe() 1370 && vcf[idx] != EP_NUL) { in hfc_usb_probe()
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.h | 163 #define EP_NUL 1 /* Endpoint at this position not allowed */ macro 185 {EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NOP, EP_INT, 186 EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_NUL, EP_NUL, 188 {EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_NUL, 189 EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_NUL, EP_NUL, 195 {EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, 196 EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_NUL, EP_NUL,
|
D | hfcsusb.c | 1975 if (cmptbl[idx] == EP_NUL) in hfcsusb_probe() 1979 cmptbl[idx] = EP_NUL; in hfcsusb_probe() 1982 cmptbl[idx] = EP_NUL; in hfcsusb_probe() 1985 cmptbl[idx] = EP_NUL; in hfcsusb_probe() 1996 if (cmptbl[i] != EP_NOP && cmptbl[i] != EP_NUL) in hfcsusb_probe() 2035 if (vcf[idx] == EP_NOP || vcf[idx] == EP_NUL) { in hfcsusb_probe()
|