Home
last modified time | relevance | path

Searched refs:bNumInterface (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/sys/compat/ndis/
Dsubr_usbd.c533 for (i = 0; i < conf->bNumInterface && intf->uii_len > 0; i++) { in usbd_func_selconf()
1336 for (i = 0, size = 0; i < conf->bNumInterface; i++) { in USBD_CreateConfigurationRequestEx()
1353 for (i = 0; i < conf->bNumInterface; i++) { in USBD_CreateConfigurationRequestEx()
/freebsd-12-stable/sys/dev/usb/
Dusb.h390 uByte bNumInterface; member
Dusb_device.c2040 if ((udev->cdesc->bNumInterface < 2) && in usb_alloc_device()
/freebsd-12-stable/usr.sbin/bhyve/
Dusb_mouse.c172 .bNumInterface = 1,
/freebsd-12-stable/sys/dev/usb/template/
Dusb_template.c488 cd->bNumInterface = temp->bInterfaceNumber + 1; in usb_make_config_desc()
/freebsd-12-stable/sys/dev/usb/controller/
Davr32dci.c1476 .bNumInterface = 1,
Datmegadci.c1536 .bNumInterface = 1,
Duss820dci.c1826 .bNumInterface = 1,
Dohci.c2059 .bNumInterface = 1,
Duhci.c2335 .bNumInterface = 1,
Dsaf1761_otg.c2833 .bNumInterface = 1,
Dmusb_otg.c3583 .bNumInterface = 1,
Dehci.c3019 .bNumInterface = 1,
Dxhci.c3261 .bNumInterface = 1,
Ddwc_otg.c4308 .bNumInterface = 1,
/freebsd-12-stable/sys/mips/cavium/usb/
Doctusb.c1394 .bNumInterface = 1,
/freebsd-12-stable/sys/dev/usb/net/
Duhso.c849 if (cd->bNumInterface <= 3) { in uhso_probe_iface_static()