Home
last modified time | relevance | path

Searched refs:bMaxBurst (Results 1 – 25 of 27) 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()
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 Durb.c445 int burst = 1 + ep->ss_ep_comp.bMaxBurst; in usb_submit_urb()
/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_loopback.c117 .bMaxBurst = 0,
133 .bMaxBurst = 0,
H A Df_uvc.c103 .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 Df_uac2.c378 .bMaxBurst = 0,
428 .bMaxBurst = 0,
512 .bMaxBurst = 0,
H A Df_tcm.c1800 .bMaxBurst = 0,
1808 .bMaxBurst = 0,
H A Df_mass_storage.c3024 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 Df_ncm.c381 .bMaxBurst = 15,
/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/ffs-aio-example/simple/device_app/
H A Daio_simple.c150 .bMaxBurst = 4,
162 .bMaxBurst = 4,
/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/u-boot/include/linux/usb/
H A Dch9.h661 __u8 bMaxBurst; member
906 __u8 bMaxBurst; member
/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/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
/OK3568_Linux_fs/kernel/tools/usb/
H A Dffs-test.c202 .bMaxBurst = 0,
217 .bMaxBurst = 0,
/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/kernel/drivers/usb/mtu3/
H A Dmtu3_gadget.c85 burst = comp_desc->bMaxBurst; in mtu3_ep_enable()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c261 _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 Dxhci.c404 return ss_ep_comp_desc->bMaxBurst; in xhci_get_endpoint_max_burst()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c3893 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 Dgadget-testing.rst786 streaming_maxburst bMaxBurst for super speed companion descriptor
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusbtest.c355 * (1 + ep->ss_ep_comp.bMaxBurst); in ss_isoc_get_packet_num()

12