Home
last modified time | relevance | path

Searched refs:USB_IFACE_MAX (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_parse.c143 #if (USB_IFACE_MAX <= 0) in usb_idesc_foreach()
147 if (ps->iface_index >= USB_IFACE_MAX) { in usb_idesc_foreach()
Dusb_freebsd_loader.h75 #define USB_IFACE_MAX 32 /* units */ macro
Dusb_device.h201 struct usb_interface ifaces[USB_IFACE_MAX];
Dusb_device.c1098 iface_index = USB_IFACE_MAX; in usb_detach_device()
1297 j = USB_IFACE_MAX; in usb_probe_and_attach()
1418 for (i = 0; i != USB_IFACE_MAX; i++) { in usb_suspend_resume()
2465 for (i = 0; i < USB_IFACE_MAX; i++) { in usb_notify_addq()
Dusb_hub.c1721 for (i = 0; i != USB_IFACE_MAX; i++) { in uhub_find_iface_index()
/third_party/FreeBSD/sys/dev/usb/serial/
Du3g.c701 for (i = uaa->info.bIfaceIndex; i < USB_IFACE_MAX; i++) { in u3g_attach()
715 while (i < USB_IFACE_MAX) { in u3g_attach()