| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | btf_dump_test_case_packing.c | 90 * char bMaxBurst; 107 char bMaxBurst; member
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_sourcesink.c | 195 .bMaxBurst = 0, 212 .bMaxBurst = 0, 230 .bMaxBurst = 0, 248 .bMaxBurst = 0, 335 ss_source_comp_desc.bMaxBurst = ss->bulk_maxburst; in sourcesink_bind() 336 ss_sink_comp_desc.bMaxBurst = ss->bulk_maxburst; in sourcesink_bind() 426 ss_iso_source_comp_desc.bMaxBurst = ss->isoc_maxburst; in sourcesink_bind() 435 ss_iso_sink_comp_desc.bMaxBurst = ss->isoc_maxburst; in sourcesink_bind()
|
| H A D | storage_common.c | 129 /*.bMaxBurst = DYNAMIC, */ 147 /*.bMaxBurst = DYNAMIC, */
|
| H A D | f_loopback.c | 117 .bMaxBurst = 0, 133 .bMaxBurst = 0,
|
| H A D | f_rndis.c | 286 /* .bMaxBurst = 0, */ 314 /* .bMaxBurst = 0, */
|
| H A D | f_ecm.c | 292 /* .bMaxBurst = 0, */ 320 /* .bMaxBurst = 0, */
|
| H A D | f_subset.c | 217 /* .bMaxBurst = 0, */
|
| H A D | f_midi.c | 172 /* .bMaxBurst = 0, */ 196 /* .bMaxBurst = 0, */
|
| H A D | f_eem.c | 139 /* .bMaxBurst = 0, */
|
| H A D | f_hid.c | 170 /* .bMaxBurst = 0, */ 188 /* .bMaxBurst = 0, */
|
| H A D | f_ncm.c | 350 /* .bMaxBurst = 0, */ 378 .bMaxBurst = 15,
|
| H A D | f_mass_storage.c | 3100 /* Calculate bMaxBurst, we know packet size is 1024 */ in fsg_bind() 3105 fsg_ss_bulk_in_comp_desc.bMaxBurst = max_burst; in fsg_bind() 3109 fsg_ss_bulk_out_comp_desc.bMaxBurst = max_burst; in fsg_bind()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-mtk.h | 93 * distribute the bMaxBurst+1 packets for a single burst 95 * times; 1: distribute the (bMaxBurst+1)*(Mult+1) packets
|
| H A D | xhci-ring.c | 3925 * devices can burst up to bMaxBurst number of packets per service interval. 3938 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_burst_count() 3947 * must contain (bMaxBurst + 1) number of packets, but the last burst can 3948 * contain 1 to (bMaxBurst + 1) packets. 3960 /* bMaxBurst is zero based: 0 means 1 packet per burst */ in xhci_get_last_burst_packet_count() 3961 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_last_burst_packet_count()
|
| H A D | xhci-mem.c | 1369 return ep->ss_ep_comp.bMaxBurst; in xhci_get_endpoint_max_burst()
|
| /linux/tools/usb/ |
| H A D | ffs-test.c | 202 .bMaxBurst = 0, 217 .bMaxBurst = 0,
|
| /linux/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc_cmd.c | 170 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | snps,dwc3-common.yaml | 369 can account for when higher endpoint bursting is used. (bMaxBurst > 6) The
|
| /linux/Documentation/usb/ |
| H A D | gadget_uvc.rst | 362 # streaming_maxburst sets bMaxBurst. Valid values are 1..15
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3_gadget.c | 86 burst = comp_desc->bMaxBurst; in mtu3_ep_enable()
|
| /linux/drivers/usb/gadget/ |
| H A D | composite.c | 257 _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()
|
| /linux/drivers/usb/core/ |
| H A D | urb.c | 457 int burst = 1 + ep->ss_ep_comp.bMaxBurst; in usb_submit_urb()
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-mem.c | 877 return pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_endpoint_max_burst()
|
| H A D | cdns3-gadget.h | 1172 u8 bMaxBurst; member
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 1628 maxburst = comp_desc->bMaxBurst; in tegra_xudc_ep_context_setup()
|