Home
last modified time | relevance | path

Searched refs:bMaxBurst (Results 1 – 22 of 22) sorted by relevance

/linux-6.1.9/drivers/usb/core/
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()
Durb.c456 int burst = 1 + ep->ss_ep_comp.bMaxBurst; in usb_submit_urb()
/linux-6.1.9/drivers/usb/gadget/function/
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()
Df_loopback.c117 .bMaxBurst = 0,
133 .bMaxBurst = 0,
Df_uvc.c102 .bMaxBurst = 0,
654 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
Df_uac2.c378 .bMaxBurst = 0,
428 .bMaxBurst = 0,
512 .bMaxBurst = 0,
Df_tcm.c1777 .bMaxBurst = 0,
1785 .bMaxBurst = 0,
Df_ncm.c381 .bMaxBurst = 15,
Df_mass_storage.c3083 fsg_ss_bulk_in_comp_desc.bMaxBurst = max_burst; in fsg_bind()
3087 fsg_ss_bulk_out_comp_desc.bMaxBurst = max_burst; in fsg_bind()
/linux-6.1.9/include/uapi/linux/usb/
Dch9.h693 __u8 bMaxBurst; member
1115 __u8 bMaxBurst; member
/linux-6.1.9/tools/usb/
Dffs-test.c202 .bMaxBurst = 0,
217 .bMaxBurst = 0,
/linux-6.1.9/drivers/usb/gadget/udc/bdc/
Dbdc_cmd.c170 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
/linux-6.1.9/Documentation/devicetree/bindings/usb/
Dsnps,dwc3.yaml332 can account for when higher endpoint bursting is used. (bMaxBurst > 6) The
/linux-6.1.9/drivers/usb/mtu3/
Dmtu3_gadget.c85 burst = comp_desc->bMaxBurst; in mtu3_ep_enable()
/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-ring.c2154 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_burst_count()
2176 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_last_burst_packet_count()
Dcdnsp-mem.c880 return pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_endpoint_max_burst()
/linux-6.1.9/drivers/usb/gadget/
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()
/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c3832 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_burst_count()
3855 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_last_burst_packet_count()
Dxhci-mem.c1355 return ep->ss_ep_comp.bMaxBurst; in xhci_get_endpoint_max_burst()
/linux-6.1.9/Documentation/usb/
Dgadget-testing.rst792 streaming_maxburst bMaxBurst for super speed companion descriptor
/linux-6.1.9/drivers/usb/misc/
Dusbtest.c355 * (1 + ep->ss_ep_comp.bMaxBurst); in ss_isoc_get_packet_num()
/linux-6.1.9/drivers/usb/gadget/udc/
Dtegra-xudc.c1624 maxburst = comp_desc->bMaxBurst; in tegra_xudc_ep_context_setup()