Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_packing.c107 char bMaxBurst; member
/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 Df_loopback.c117 .bMaxBurst = 0,
133 .bMaxBurst = 0,
H A Df_tcm.c2076 .bMaxBurst = 15,
2084 .bMaxBurst = 15,
2119 .bMaxBurst = 15,
2126 .bMaxBurst = 15,
H A Df_uac2.c365 .bMaxBurst = 0,
415 .bMaxBurst = 0,
499 .bMaxBurst = 0,
H A Df_uac1.c309 .bMaxBurst = 0,
328 .bMaxBurst = 0,
H A Df_mass_storage.c3095 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/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/drivers/usb/cdns3/
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 Dcdns3-gadget.h1172 u8 bMaxBurst; member
H A Dcdnsp-ring.c2179 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_burst_count()
2201 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_last_burst_packet_count()
H A Dcdnsp-mem.c880 return pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_endpoint_max_burst()
/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()
/linux/Documentation/usb/
H A Dgadget_uvc.rst362 # streaming_maxburst sets bMaxBurst. Valid values are 1..15
/linux/drivers/usb/host/
H A Dxhci-ring.c3932 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_burst_count()
3955 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_last_burst_packet_count()
H A Dxhci-mem.c1367 return ep->ss_ep_comp.bMaxBurst; in xhci_get_endpoint_max_burst()
/linux/drivers/usb/misc/
H A Dusbtest.c355 * (1 + ep->ss_ep_comp.bMaxBurst); in ss_isoc_get_packet_num()
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c1628 maxburst = comp_desc->bMaxBurst; in tegra_xudc_ep_context_setup()