Searched refs:EP_NUL (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/isdn/hardware/mISDN/ |
H A 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,
|
H A D | hfcsusb.c | 1980 if (cmptbl[idx] == EP_NUL) in hfcsusb_probe() 1984 cmptbl[idx] = EP_NUL; in hfcsusb_probe() 1987 cmptbl[idx] = EP_NUL; in hfcsusb_probe() 1990 cmptbl[idx] = EP_NUL; in hfcsusb_probe() 2001 if (cmptbl[i] != EP_NOP && cmptbl[i] != EP_NUL) in hfcsusb_probe() 2040 if (vcf[idx] == EP_NOP || vcf[idx] == EP_NUL) { in hfcsusb_probe()
|