Home
last modified time | relevance | path

Searched refs:bNumEndpoints (Results 1 – 25 of 53) sorted by relevance

123

/third_party/libusb/libusb/
Ddescriptor.c180 for (j = 0; j < ifp->bNumEndpoints; j++) in clear_interface()
229 } else if (ifp->bNumEndpoints > USB_MAXENDPOINTS) { in parse_interface()
230 usbi_err(ctx, "too many endpoints (%u)", ifp->bNumEndpoints); in parse_interface()
294 if (ifp->bNumEndpoints > 0) { in parse_interface()
298 endpoint = calloc(ifp->bNumEndpoints, sizeof(*endpoint)); in parse_interface()
305 for (i = 0; i < ifp->bNumEndpoints; i++) { in parse_interface()
310 ifp->bNumEndpoints = i; in parse_interface()
/third_party/uboot/u-boot-2020.01/drivers/usb/emul/
Dsandbox_keyb.c84 .bNumEndpoints = 1,
118 .bNumEndpoints = 1,
Dsandbox_hub.c71 .bNumEndpoints = 1,
Dsandbox_flash.c134 .bNumEndpoints = 2,
/third_party/NuttX/drivers/usbdev/gadget/
Df_acm_desc.c81 .bNumEndpoints = 0x1,
134 .bNumEndpoints = 0x2,
Df_uac.c232 .bNumEndpoints = 0, /* one endpoint */
282 .bNumEndpoints = 0,
295 .bNumEndpoints = 1,
Ddfu.c152 .bNumEndpoints = 0,
Df_uvc.c222 .bNumEndpoints = 1, /* one endpoint */
385 .bNumEndpoints = 0, /* Isoc must be 0 */
387 .bNumEndpoints = 1, /* Bulk must be 1 */
798 .bNumEndpoints = 1,
/third_party/libusb/examples/
Dtestlibusb.c70 printf(" bNumEndpoints: %u\n", interface->bNumEndpoints); in print_altsetting()
76 for (i = 0; i < interface->bNumEndpoints; i++) in print_altsetting()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c933 (p_uhi - 1)->desc.bNumEndpoints++; in usb_linux_create_usb_device()
944 p_uhi->desc.bNumEndpoints = 0; in usb_linux_create_usb_device()
1056 (p_uhi - 1)->desc.bNumEndpoints++; in usb_create_usb_device()
1067 p_uhi->desc.bNumEndpoints = 0; in usb_create_usb_device()
1204 uhe_end = uhi->endpoint + uhi->desc.bNumEndpoints; in usb_find_host_endpoint()
1447 uhe_end = uhi->endpoint + uhi->desc.bNumEndpoints; in usb_linux_cleanup_interface()
/third_party/uboot/u-boot-2020.01/drivers/serial/
Dusbtty.c179 .bNumEndpoints = 0x01,
234 .bNumEndpoints = 0x02,
311 .bNumEndpoints = NUM_ENDPOINTS,
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dether.c412 .bNumEndpoints = 1,
427 .bNumEndpoints = 1,
572 .bNumEndpoints = 0,
587 .bNumEndpoints = 2,
607 .bNumEndpoints = 2,
633 .bNumEndpoints = 2,
2141 control_intf.bNumEndpoints = 0; in eth_bind()
Dstorage_common.c403 .bNumEndpoints = 2, /* Adjusted during fsg_bind() */
Df_dfu.c74 .bNumEndpoints = 0,
679 d->bNumEndpoints = 0; in dfu_prepare_function()
Df_thor.c373 .bNumEndpoints = 2,
398 .bNumEndpoints = 1,
Df_fastboot.c91 .bNumEndpoints = 0x02,
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/
Dusb3.h171 uint8_t bNumEndpoints; member
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.h152 uint8_t bNumEndpoints; member
/third_party/uboot/u-boot-2020.01/drivers/usb/host/
Dehci.h87 unsigned char bNumEndpoints; member
/third_party/uboot/u-boot-2020.01/drivers/usb/eth/
Dusb_ether.c40 for (i = 0; i < iface_desc->bNumEndpoints; i++) { in usb_ether_register()
/third_party/uboot/u-boot-2020.01/common/
Dusb_hub.c906 if (iface->desc.bNumEndpoints != 1) in usb_hub_check()
922 iface->desc.bNumEndpoints); in usb_hub_check()
/third_party/eudev/src/udev/
Dudev-builtin-usb_id.c160 uint8_t bNumEndpoints; in dev_if_packed_info() member
/third_party/uboot/u-boot-2020.01/include/
Dusbdescriptors.h195 u8 bNumEndpoints; member
/third_party/uboot/u-boot-2020.01/include/linux/usb/
Dch9.h354 __u8 bNumEndpoints; member
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dusbprotocoldefs.h303 BYTE bNumEndpoints; member

123