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

/freebsd-13-stable/sys/dev/usb/
H A Dusb_freebsd.h81 #define USB_IFACE_MAX 32 /* units */ macro
H A Dusb_freebsd_loader.h76 #define USB_IFACE_MAX 32 /* units */ macro
H A Dusb_parse.c173 #if (USB_IFACE_MAX <= 0)
174 #error "USB_IFACE_MAX must be defined greater than zero"
177 if (ps->iface_index >= USB_IFACE_MAX) {
H A Dusb_device.h207 struct usb_interface ifaces[USB_IFACE_MAX];
H A Dusb_device.c1289 iface_index = USB_IFACE_MAX;
1490 j = USB_IFACE_MAX;
1611 for (i = 0; i != USB_IFACE_MAX; i++) {
2726 for (i = 0; i < USB_IFACE_MAX; i++) {
H A Dusb_hub.c1627 for (i = 0; i != USB_IFACE_MAX; i++) {
/freebsd-13-stable/sys/dev/usb/serial/
H A Du3g.c929 for (i = uaa->info.bIfaceIndex; i < USB_IFACE_MAX; i++) {
946 while (i < USB_IFACE_MAX) {

Completed in 65 milliseconds