Home
last modified time | relevance | path

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

/drivers/isdn/hisax/
Dhfc_usb.h139 #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,
Dhfc_usb.c1318 if (cmptbl[idx] == EP_NUL) { in hfc_usb_probe()
1323 cmptbl[idx] = EP_NUL; in hfc_usb_probe()
1326 cmptbl[idx] = EP_NUL; in hfc_usb_probe()
1329 cmptbl[idx] = EP_NUL; in hfc_usb_probe()
1341 && cmptbl[i] != EP_NUL) in hfc_usb_probe()
1377 && vcf[idx] != EP_NUL) { in hfc_usb_probe()
/drivers/isdn/hardware/mISDN/
Dhfcsusb.h162 #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,
Dhfcsusb.c1996 if (cmptbl[idx] == EP_NUL) in hfcsusb_probe()
2000 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
2003 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
2006 cmptbl[idx] = EP_NUL; in hfcsusb_probe()
2017 if (cmptbl[i] != EP_NOP && cmptbl[i] != EP_NUL) in hfcsusb_probe()
2056 if (vcf[idx] == EP_NOP || vcf[idx] == EP_NUL) { in hfcsusb_probe()