Home
last modified time | relevance | path

Searched full:bmaxburst (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dconfig.c111 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 Dxhci-mtk.h69 * 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 Df_sourcesink.c194 .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 Df_uvc.c103 .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 Dstorage_common.c128 /*.bMaxBurst = DYNAMIC, */
146 /*.bMaxBurst = DYNAMIC, */
H A Df_loopback.c117 .bMaxBurst = 0,
133 .bMaxBurst = 0,
H A Df_ecm.c299 /* .bMaxBurst = 0, */
327 /* .bMaxBurst = 0, */
H A Df_rndis.c296 /* .bMaxBurst = 0, */
324 /* .bMaxBurst = 0, */
H A Df_subset.c216 /* .bMaxBurst = 0, */
H A Df_hid.c138 /* .bMaxBurst = 0, */
159 /* .bMaxBurst = 0, */
H A Df_midi.c171 /* .bMaxBurst = 0, */
195 /* .bMaxBurst = 0, */
H A Df_accessory.c173 /* .bMaxBurst = 0, */
198 /* .bMaxBurst = 0, */
H A Df_uac2.c378 .bMaxBurst = 0,
428 .bMaxBurst = 0,
512 .bMaxBurst = 0,
/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0015-adbd-usb_linux_client-Compat-with-old-kernel.patch243 + .bMaxBurst = 4,
255 + .bMaxBurst = 4,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0014-add-u3-ss-descriptor-support-for-adb.patch188 + .bMaxBurst = 4,
250 + .bMaxBurst = 4,
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c150 .bMaxBurst = 4,
162 .bMaxBurst = 4,
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c152 .bMaxBurst = 4,
164 .bMaxBurst = 4,
/OK3568_Linux_fs/kernel/tools/usb/
H A Dffs-test.c202 .bMaxBurst = 0,
217 .bMaxBurst = 0,
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dstorage_common.c547 /* .bMaxBurst = DYNAMIC, */
564 /* .bMaxBurst = DYNAMIC, */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dsnps,dwc3.yaml275 can account for when higher endpoint bursting is used. (bMaxBurst > 6) The
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c171 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dch9.h661 __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 Dch9.h686 __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 Dch9.h686 __u8 bMaxBurst; member
1093 __u8 bMaxBurst; member
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch9.h693 __u8 bMaxBurst; member
1115 __u8 bMaxBurst; member

12