Searched refs:bMaxBurst (Results 1 – 10 of 10) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_acm_desc.c | 125 .bMaxBurst = 0, 155 .bMaxBurst = 0, 172 .bMaxBurst = 0,
|
D | rndis.c | 286 .bMaxBurst = 0, 313 .bMaxBurst = 0, 330 .bMaxBurst = 0,
|
D | f_uvc.c | 364 .bMaxBurst = 0, 825 .bMaxBurst = 0xe, 863 .bMaxBurst = 0x0,
|
D | f_mass_storage.c | 229 .bMaxBurst = 0xf, 248 .bMaxBurst = 0xf,
|
/third_party/libusb/examples/ |
D | testlibusb.c | 29 printf(" bMaxBurst: %u\n", ep_comp->bMaxBurst); in print_endpoint_comp()
|
D | xusb.c | 905 printf(" max burst: %02X (USB 3.0)\n", ep_comp->bMaxBurst); in test_device()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb.h | 570 uByte bMaxBurst; member
|
D | usb_transfer.c | 393 xfer->max_packet_count += ecomp->bMaxBurst; in usbd_transfer_setup_sub()
|
/third_party/libusb/libusb/ |
D | libusb.h | 752 uint8_t bMaxBurst; member
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 3243 .bMaxBurst = 0,
|