Searched refs:USB_IFACE_MAX (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/usb/
H A Dusb_freebsd.h80 #define USB_IFACE_MAX 32 /* units */ macro
H A Dusb_freebsd_loader.h75 #define USB_IFACE_MAX 32 /* units */ macro
H A Dusb_parse.c172 #if (USB_IFACE_MAX <= 0)
173 #error "USB_IFACE_MAX must be defined greater than zero"
176 if (ps->iface_index >= USB_IFACE_MAX) {
H A Dusb_device.h206 struct usb_interface ifaces[USB_IFACE_MAX];
H A Dusb_device.c1303 iface_index = USB_IFACE_MAX;
1504 j = USB_IFACE_MAX;
1625 for (i = 0; i != USB_IFACE_MAX; i++) {
2745 for (i = 0; i < USB_IFACE_MAX; i++) {
H A Dusb_hub.c1633 for (i = 0; i != USB_IFACE_MAX; i++) {
/freebsd-current/sys/dev/usb/serial/
H A Du3g.c982 for (i = uaa->info.bIfaceIndex; i < USB_IFACE_MAX; i++) {
999 while (i < USB_IFACE_MAX) {

Completed in 83 milliseconds