Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_packing.c90 * char bMaxBurst;
107 char bMaxBurst; member
/linux/drivers/usb/core/
H A Dconfig.c143 if (usb_endpoint_xfer_control(&ep->desc) && desc->bMaxBurst != 0) { in usb_parse_ss_endpoint_companion()
144 dev_notice(ddev, "Control endpoint with bMaxBurst = %d in " in usb_parse_ss_endpoint_companion()
146 "setting to zero\n", desc->bMaxBurst, in usb_parse_ss_endpoint_companion()
148 ep->ss_ep_comp.bMaxBurst = 0; in usb_parse_ss_endpoint_companion()
149 } else if (desc->bMaxBurst > 15) { in usb_parse_ss_endpoint_companion()
150 dev_notice(ddev, "Endpoint with bMaxBurst = %d in " in usb_parse_ss_endpoint_companion()
152 "setting to 15\n", desc->bMaxBurst, in usb_parse_ss_endpoint_companion()
154 ep->ss_ep_comp.bMaxBurst = 15; in usb_parse_ss_endpoint_companion()
186 max_tx = (desc->bMaxBurst + 1) * in usb_parse_ss_endpoint_companion()
191 (desc->bMaxBurst + 1); in usb_parse_ss_endpoint_companion()
/linux/drivers/usb/host/
H A Dxhci-mtk.h93 * distribute the bMaxBurst+1 packets for a single burst
95 * times; 1: distribute the (bMaxBurst+1)*(Mult+1) packets
H A Dxhci-ring.c3919 * devices can burst up to bMaxBurst number of packets per service interval.
3932 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_burst_count()
3941 * must contain (bMaxBurst + 1) number of packets, but the last burst can
3942 * contain 1 to (bMaxBurst + 1) packets.
3954 /* bMaxBurst is zero based: 0 means 1 packet per burst */ in xhci_get_last_burst_packet_count()
3955 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_last_burst_packet_count()
/linux/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 Dstorage_common.c129 /*.bMaxBurst = DYNAMIC, */
147 /*.bMaxBurst = DYNAMIC, */
H A Df_loopback.c117 .bMaxBurst = 0,
133 .bMaxBurst = 0,
H A Df_uvc.c99 .bMaxBurst = 0,
176 * The bMaxBurst, bmAttributes and wBytesPerInterval values will be
669 /* For SS, wMaxPacketSize has to be 1024 if bMaxBurst is not 0 */ in uvc_function_bind()
711 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
H A Df_tcm.c2076 .bMaxBurst = 15,
2084 .bMaxBurst = 15,
2119 .bMaxBurst = 15,
2126 .bMaxBurst = 15,
H A Df_subset.c216 /* .bMaxBurst = 0, */
H A Df_midi.c172 /* .bMaxBurst = 0, */
196 /* .bMaxBurst = 0, */
H A Df_uac2.c365 .bMaxBurst = 0,
415 .bMaxBurst = 0,
499 .bMaxBurst = 0,
H A Df_eem.c138 /* .bMaxBurst = 0, */
H A Df_hid.c170 /* .bMaxBurst = 0, */
188 /* .bMaxBurst = 0, */
H A Df_uac1.c309 .bMaxBurst = 0,
328 .bMaxBurst = 0,
H A Df_mass_storage.c3090 /* Calculate bMaxBurst, we know packet size is 1024 */ in fsg_bind()
3095 fsg_ss_bulk_in_comp_desc.bMaxBurst = max_burst; in fsg_bind()
3099 fsg_ss_bulk_out_comp_desc.bMaxBurst = max_burst; in fsg_bind()
/linux/tools/usb/
H A Dffs-test.c202 .bMaxBurst = 0,
217 .bMaxBurst = 0,
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c2165 * devices can burst up to bMaxBurst number of packets per service interval.
2179 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_burst_count()
2188 * must contain (bMaxBurst + 1) number of packets, but the last burst can
2189 * contain 1 to (bMaxBurst + 1) packets.
2200 /* bMaxBurst is zero based: 0 means 1 packet per burst. */ in cdnsp_get_last_burst_packet_count()
2201 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_last_burst_packet_count()
H A Dcdns3-gadget.c2105 u8 maxburst = priv_ep->bMaxBurst; in cdns3_ep_config()
2129 buffering = (priv_ep->bMaxBurst + 1) * (priv_ep->mult + 1) - 1; in cdns3_ep_config()
2298 priv_ep->bMaxBurst = comp_desc->bMaxBurst; in cdns3_gadget_match_ep()
3093 n = (priv_ep->mult + 1) * (priv_ep->bMaxBurst + 1); in cdns3_gadget_check_config()
H A Dcdnsp-mem.c880 return pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_endpoint_max_burst()
/linux/net/9p/
H A Dtrans_usbg.c602 .bMaxBurst = 0,
618 .bMaxBurst = 0,
/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c170 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
/linux/Documentation/devicetree/bindings/usb/
H A Dsnps,dwc3-common.yaml369 can account for when higher endpoint bursting is used. (bMaxBurst > 6) The
/linux/Documentation/usb/
H A Dgadget_uvc.rst362 # streaming_maxburst sets bMaxBurst. Valid values are 1..15
/linux/drivers/usb/gadget/
H A Dcomposite.c257 _ep->maxburst = comp_desc->bMaxBurst + 1; in config_ep_by_speed_and_alt()
260 if (comp_desc->bMaxBurst != 0) in config_ep_by_speed_and_alt()
261 ERROR(cdev, "ep0 bMaxBurst must be 0\n"); in config_ep_by_speed_and_alt()

12