Searched refs:bNumEndpoints (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.c366 temp->bNumEndpoints++;
411 temp->bNumEndpoints = 0;
432 id->bNumEndpoints = temp->bNumEndpoints;
/freebsd-12-stable/sys/dev/usb/
H A Dusb_device.h158 uint8_t bNumEndpoints; member in struct:usb_temp_setup
H A Dusb.h408 uByte bNumEndpoints; member in struct:usb_interface_descriptor
H A Dusb_device.c928 DPRINTFN(5, "found idesc nendpt=%d\n", id->bNumEndpoints);
2778 iface->idesc->bNumEndpoints,
/freebsd-12-stable/lib/libusb/
H A Dusb.h128 uint8_t bNumEndpoints; member in struct:usb_interface_descriptor
H A Dlibusb10_desc.c227 ifd->bNumEndpoints = pinf->desc.bNumEndpoints;
H A Dlibusb20_desc.h244 m(n, UINT8_T, bNumEndpoints, ) \
H A Dlibusb.h342 uint8_t bNumEndpoints; member in struct:libusb_interface_descriptor
H A Dlibusb01.c387 bifc->bNumEndpoints = aifc->num_endpoints;
H A Dlibusb10.c442 for (k = 0; k < pdinf->bNumEndpoints; k++) {
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c917 (p_uhi - 1)->desc.bNumEndpoints++;
928 p_uhi->desc.bNumEndpoints = 0;
1055 uhe_end = uhi->endpoint + uhi->desc.bNumEndpoints;
1292 uhe_end = uhi->endpoint + uhi->desc.bNumEndpoints;
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_usbd.c1337 j = list[i].uil_intfdesc->bNumEndpoints;
1361 (desc->bNumEndpoints - 1) *
1369 intf->uii_numeps = desc->bNumEndpoints;
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_usie.c362 if (id->bInterfaceNumber >= 7 && id->bNumEndpoints == 3) {
391 id->bNumEndpoints, id->bInterfaceNumber);
393 if (id->bNumEndpoints == 2) {
H A Duhso.c917 if (iface->idesc->bNumEndpoints < 3) {
/freebsd-12-stable/usr.sbin/bhyve/
H A Dusb_mouse.c181 .bNumEndpoints = 1,
/freebsd-12-stable/sys/dev/usb/controller/
H A Datmegadci.c1545 .bNumEndpoints = 1,
H A Davr32dci.c1485 .bNumEndpoints = 1,
H A Duss820dci.c1835 .bNumEndpoints = 1,
H A Dohci.c2068 .bNumEndpoints = 1,
H A Dsaf1761_otg.c2842 .bNumEndpoints = 1,
H A Duhci.c2344 .bNumEndpoints = 1,
H A Ddwc_otg.c4317 .bNumEndpoints = 1,
H A Dehci.c3028 .bNumEndpoints = 1,
H A Dmusb_otg.c3592 .bNumEndpoints = 1,
/freebsd-12-stable/sys/mips/cavium/usb/
H A Doctusb.c1403 .bNumEndpoints = 1,

Completed in 306 milliseconds

12