Home
last modified time | relevance | path

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

/Linux-v5.10/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.c445 int burst = 1 + ep->ss_ep_comp.bMaxBurst; in usb_submit_urb()
/Linux-v5.10/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.c103 .bMaxBurst = 0,
641 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
Df_tcm.c1800 .bMaxBurst = 0,
1808 .bMaxBurst = 0,
Df_mass_storage.c2967 fsg_ss_bulk_in_comp_desc.bMaxBurst = max_burst; in fsg_bind()
2971 fsg_ss_bulk_out_comp_desc.bMaxBurst = max_burst; in fsg_bind()
Df_ncm.c381 .bMaxBurst = 15,
/Linux-v5.10/include/uapi/linux/usb/
Dch9.h693 __u8 bMaxBurst; member
1102 __u8 bMaxBurst; member
/Linux-v5.10/tools/usb/
Dffs-test.c202 .bMaxBurst = 0,
217 .bMaxBurst = 0,
/Linux-v5.10/drivers/usb/gadget/udc/bdc/
Dbdc_cmd.c171 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
/Linux-v5.10/drivers/usb/mtu3/
Dmtu3_gadget.c87 burst = comp_desc->bMaxBurst; in mtu3_ep_enable()
/Linux-v5.10/drivers/usb/gadget/
Dcomposite.c243 _ep->maxburst = comp_desc->bMaxBurst + 1; in config_ep_by_speed_and_alt()
246 if (comp_desc->bMaxBurst != 0) { in config_ep_by_speed_and_alt()
/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c3611 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_burst_count()
3634 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_last_burst_packet_count()
Dxhci-mem.c1369 return ep->ss_ep_comp.bMaxBurst; in xhci_get_endpoint_max_burst()
/Linux-v5.10/Documentation/usb/
Dgadget-testing.rst771 streaming_maxburst bMaxBurst for super speed companion descriptor
/Linux-v5.10/drivers/usb/misc/
Dusbtest.c355 * (1 + ep->ss_ep_comp.bMaxBurst); in ss_isoc_get_packet_num()
/Linux-v5.10/drivers/usb/gadget/udc/
Dtegra-xudc.c1616 maxburst = comp_desc->bMaxBurst; in tegra_xudc_ep_context_setup()