Searched refs:EP_NOP (Results 1 – 4 of 4) sorted by relevance
/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.h | 163 #define EP_NOP 2 /* all type of endpoints allowed at this position */ macro 184 {EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NOP, EP_INT, 191 {EP_NOP, EP_NOP, EP_NOP, EP_NOP, EP_NOP, EP_NOP, EP_NOP, EP_NOP, 192 EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_NOP, EP_ISO,
|
D | hfcsusb.c | 1970 if (cmptbl[idx] != EP_NOP) { in hfcsusb_probe() 1992 if (cmptbl[i] != EP_NOP && cmptbl[i] != EP_NUL) in hfcsusb_probe() 2031 if (vcf[idx] == EP_NOP || vcf[idx] == EP_NUL) { in hfcsusb_probe()
|
/drivers/isdn/hisax/ |
D | hfc_usb.h | 140 #define EP_NOP 2 // all type of endpoints allowed at this position macro 154 {EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NUL, EP_INT, EP_NOP, EP_INT, 162 EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_ISO, EP_NOP, EP_ISO,
|
D | hfc_usb.c | 1340 if (cmptbl[i] != EP_NOP in hfc_usb_probe() 1376 if (vcf[idx] != EP_NOP in hfc_usb_probe()
|