Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/isdn/hardware/mISDN/
Dhfcsusb.h163 #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,
Dhfcsusb.c1979 if (cmptbl[idx] == EP_NUL) in hfcsusb_probe()
1983 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
1986 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
1989 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
2000 if (cmptbl[i] != EP_NOP && cmptbl[i] != EP_NUL) in hfcsusb_probe()
2039 if (vcf[idx] == EP_NOP || vcf[idx] == EP_NUL) { in hfcsusb_probe()