| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | config.c | 111 if (usb_endpoint_xfer_control(&ep->desc) && desc->bMaxBurst != 0) { in usb_parse_ss_endpoint_companion() 114 "setting to zero\n", desc->bMaxBurst, in usb_parse_ss_endpoint_companion() 116 ep->ss_ep_comp.bMaxBurst = 0; in usb_parse_ss_endpoint_companion() 117 } else if (desc->bMaxBurst > 15) { in usb_parse_ss_endpoint_companion() 120 "setting to 15\n", desc->bMaxBurst, in usb_parse_ss_endpoint_companion() 122 ep->ss_ep_comp.bMaxBurst = 15; in usb_parse_ss_endpoint_companion() 154 max_tx = (desc->bMaxBurst + 1) * in usb_parse_ss_endpoint_companion() 159 (desc->bMaxBurst + 1); in usb_parse_ss_endpoint_companion()
|
| H A D | urb.c | 445 int burst = 1 + ep->ss_ep_comp.bMaxBurst; in usb_submit_urb()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_sourcesink.c | 194 .bMaxBurst = 0, 211 .bMaxBurst = 0, 229 .bMaxBurst = 0, 247 .bMaxBurst = 0, 419 ss_iso_source_comp_desc.bMaxBurst = ss->isoc_maxburst; in sourcesink_bind() 428 ss_iso_sink_comp_desc.bMaxBurst = ss->isoc_maxburst; in sourcesink_bind()
|
| H A D | f_loopback.c | 117 .bMaxBurst = 0, 133 .bMaxBurst = 0,
|
| H A D | f_uvc.c | 103 .bMaxBurst = 0, 845 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind() 858 uvc_ss_bulk_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
|
| H A D | f_uac2.c | 378 .bMaxBurst = 0, 428 .bMaxBurst = 0, 512 .bMaxBurst = 0,
|
| H A D | f_tcm.c | 1800 .bMaxBurst = 0, 1808 .bMaxBurst = 0,
|
| H A D | f_mass_storage.c | 3024 fsg_ss_bulk_in_comp_desc.bMaxBurst = max_burst; in fsg_bind() 3028 fsg_ss_bulk_out_comp_desc.bMaxBurst = max_burst; in fsg_bind()
|
| H A D | f_ncm.c | 381 .bMaxBurst = 15,
|
| /OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/multibuff/device_app/ |
| H A D | aio_multibuff.c | 152 .bMaxBurst = 4, 164 .bMaxBurst = 4,
|
| /OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/simple/device_app/ |
| H A D | aio_simple.c | 150 .bMaxBurst = 4, 162 .bMaxBurst = 4,
|
| /OK3568_Linux_fs/buildroot/package/android-tools/ |
| H A D | 0015-adbd-usb_linux_client-Compat-with-old-kernel.patch | 243 + .bMaxBurst = 4, 255 + .bMaxBurst = 4,
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | ch9.h | 661 __u8 bMaxBurst; member 906 __u8 bMaxBurst; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0014-add-u3-ss-descriptor-support-for-adb.patch | 188 + .bMaxBurst = 4, 250 + .bMaxBurst = 4,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 686 __u8 bMaxBurst; member 1093 __u8 bMaxBurst; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 686 __u8 bMaxBurst; member 1093 __u8 bMaxBurst; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | ch9.h | 693 __u8 bMaxBurst; member 1115 __u8 bMaxBurst; member
|
| /OK3568_Linux_fs/kernel/tools/usb/ |
| H A D | ffs-test.c | 202 .bMaxBurst = 0, 217 .bMaxBurst = 0,
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc_cmd.c | 171 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
|
| /OK3568_Linux_fs/kernel/drivers/usb/mtu3/ |
| H A D | mtu3_gadget.c | 85 burst = comp_desc->bMaxBurst; in mtu3_ep_enable()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | composite.c | 261 _ep->maxburst = comp_desc->bMaxBurst + 1; in config_ep_by_speed_and_alt() 264 if (comp_desc->bMaxBurst != 0) in config_ep_by_speed_and_alt()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci.c | 404 return ss_ep_comp_desc->bMaxBurst; in xhci_get_endpoint_max_burst()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-ring.c | 3893 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_burst_count() 3916 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_last_burst_packet_count()
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget-testing.rst | 786 streaming_maxburst bMaxBurst for super speed companion descriptor
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | usbtest.c | 355 * (1 + ep->ss_ep_comp.bMaxBurst); in ss_isoc_get_packet_num()
|