| /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() 112 dev_warn(ddev, "Control endpoint with bMaxBurst = %d in " 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() 118 dev_warn(ddev, "Endpoint with bMaxBurst = %d in " 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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-mtk.h | 69 * distribute the bMaxBurst+1 packets for a single burst 71 * times; 1: distribute the (bMaxBurst+1)*(Mult+1) packets
|
| /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_uvc.c | 103 .bMaxBurst = 0, 219 /* The bMaxBurst, bmAttributes and wBytesPerInterval values will be 227 /* The bMaxBurst, bmAttributes and wBytesPerInterval values will be 801 /* For SS, wMaxPacketSize has to be 1024 if bMaxBurst is not 0 */ in uvc_function_bind() 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 | storage_common.c | 128 /*.bMaxBurst = DYNAMIC, */ 146 /*.bMaxBurst = DYNAMIC, */
|
| H A D | f_loopback.c | 117 .bMaxBurst = 0, 133 .bMaxBurst = 0,
|
| H A D | f_ecm.c | 299 /* .bMaxBurst = 0, */ 327 /* .bMaxBurst = 0, */
|
| H A D | f_rndis.c | 296 /* .bMaxBurst = 0, */ 324 /* .bMaxBurst = 0, */
|
| H A D | f_subset.c | 216 /* .bMaxBurst = 0, */
|
| H A D | f_hid.c | 138 /* .bMaxBurst = 0, */ 159 /* .bMaxBurst = 0, */
|
| H A D | f_midi.c | 171 /* .bMaxBurst = 0, */ 195 /* .bMaxBurst = 0, */
|
| H A D | f_accessory.c | 173 /* .bMaxBurst = 0, */ 198 /* .bMaxBurst = 0, */
|
| H A D | f_uac2.c | 378 .bMaxBurst = 0, 428 .bMaxBurst = 0, 512 .bMaxBurst = 0,
|
| /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/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/kernel/tools/usb/ffs-aio-example/simple/device_app/ |
| H A D | aio_simple.c | 150 .bMaxBurst = 4, 162 .bMaxBurst = 4,
|
| /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/ |
| H A D | ffs-test.c | 202 .bMaxBurst = 0, 217 .bMaxBurst = 0,
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | storage_common.c | 547 /* .bMaxBurst = DYNAMIC, */ 564 /* .bMaxBurst = DYNAMIC, */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | snps,dwc3.yaml | 275 can account for when higher endpoint bursting is used. (bMaxBurst > 6) The
|
| /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/u-boot/include/linux/usb/ |
| H A D | ch9.h | 661 __u8 bMaxBurst; member 906 __u8 bMaxBurst; member
|
| /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
|