/third_party/libusb/libusb/ |
D | descriptor.c | 180 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/ |
D | sandbox_keyb.c | 84 .bNumEndpoints = 1, 118 .bNumEndpoints = 1,
|
D | sandbox_hub.c | 71 .bNumEndpoints = 1,
|
D | sandbox_flash.c | 134 .bNumEndpoints = 2,
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_acm_desc.c | 81 .bNumEndpoints = 0x1, 134 .bNumEndpoints = 0x2,
|
D | f_uac.c | 232 .bNumEndpoints = 0, /* one endpoint */ 282 .bNumEndpoints = 0, 295 .bNumEndpoints = 1,
|
D | dfu.c | 152 .bNumEndpoints = 0,
|
D | f_uvc.c | 222 .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/ |
D | testlibusb.c | 70 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/ |
D | linux_usb.c | 933 (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/ |
D | usbtty.c | 179 .bNumEndpoints = 0x01, 234 .bNumEndpoints = 0x02, 311 .bNumEndpoints = NUM_ENDPOINTS,
|
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/ |
D | ether.c | 412 .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()
|
D | storage_common.c | 403 .bNumEndpoints = 2, /* Adjusted during fsg_bind() */
|
D | f_dfu.c | 74 .bNumEndpoints = 0, 679 d->bNumEndpoints = 0; in dfu_prepare_function()
|
D | f_thor.c | 373 .bNumEndpoints = 2, 398 .bNumEndpoints = 1,
|
D | f_fastboot.c | 91 .bNumEndpoints = 0x02,
|
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/ |
D | usb3.h | 171 uint8_t bNumEndpoints; member
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_device.h | 152 uint8_t bNumEndpoints; member
|
/third_party/uboot/u-boot-2020.01/drivers/usb/host/ |
D | ehci.h | 87 unsigned char bNumEndpoints; member
|
/third_party/uboot/u-boot-2020.01/drivers/usb/eth/ |
D | usb_ether.c | 40 for (i = 0; i < iface_desc->bNumEndpoints; i++) { in usb_ether_register()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | usb_hub.c | 906 if (iface->desc.bNumEndpoints != 1) in usb_hub_check() 922 iface->desc.bNumEndpoints); in usb_hub_check()
|
/third_party/eudev/src/udev/ |
D | udev-builtin-usb_id.c | 160 uint8_t bNumEndpoints; in dev_if_packed_info() member
|
/third_party/uboot/u-boot-2020.01/include/ |
D | usbdescriptors.h | 195 u8 bNumEndpoints; member
|
/third_party/uboot/u-boot-2020.01/include/linux/usb/ |
D | ch9.h | 354 __u8 bNumEndpoints; member
|
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/ |
D | usbprotocoldefs.h | 303 BYTE bNumEndpoints; member
|