Searched refs:EP_NUL (Results 1 – 4 of 4) sorted by relevance
/drivers/isdn/hisax/ |
D | hfc_usb.h | 139 #define EP_NUL 1 // Endpoint at this position not allowed macro 154 {EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NOP, EP_INT, 155 EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_NUL, EP_NUL, 157 {EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_NUL, 158 EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_NUL, EP_NUL, 161 {EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, 164 {EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, 165 EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_NUL, EP_NUL,
|
D | hfc_usb.c | 1317 if (cmptbl[idx] == EP_NUL) { in hfc_usb_probe() 1322 cmptbl[idx] = EP_NUL; in hfc_usb_probe() 1325 cmptbl[idx] = EP_NUL; in hfc_usb_probe() 1328 cmptbl[idx] = EP_NUL; in hfc_usb_probe() 1340 && cmptbl[i] != EP_NUL) in hfc_usb_probe() 1376 && vcf[idx] != EP_NUL) { in hfc_usb_probe()
|
/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.h | 162 #define EP_NUL 1 /* Endpoint at this position not allowed */ macro 184 {EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NOP, EP_INT, 185 EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_NUL, EP_NUL, 187 {EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_NUL, 188 EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_ISO, EP_NUL, EP_NUL, EP_NUL, 194 {EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, EP_NUL, 195 EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_NUL, EP_NUL,
|
D | hfcsusb.c | 1985 if (cmptbl[idx] == EP_NUL) in hfcsusb_probe() 1989 cmptbl[idx] = EP_NUL; in hfcsusb_probe() 1992 cmptbl[idx] = EP_NUL; in hfcsusb_probe() 1995 cmptbl[idx] = EP_NUL; in hfcsusb_probe() 2006 if (cmptbl[i] != EP_NOP && cmptbl[i] != EP_NUL) in hfcsusb_probe() 2045 if (vcf[idx] == EP_NOP || vcf[idx] == EP_NUL) { in hfcsusb_probe()
|