/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_packing.c | 90 * char bMaxBurst; 107 char bMaxBurst; member
|
/linux-6.12.1/drivers/usb/core/ |
D | config.c | 111 if (usb_endpoint_xfer_control(&ep->desc) && desc->bMaxBurst != 0) { in usb_parse_ss_endpoint_companion() 112 dev_notice(ddev, "Control endpoint with bMaxBurst = %d in " 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() 118 dev_notice(ddev, "Endpoint with bMaxBurst = %d in " 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()
|
/linux-6.12.1/drivers/usb/host/ |
D | xhci-mtk.h | 91 * distribute the bMaxBurst+1 packets for a single burst 93 * times; 1: distribute the (bMaxBurst+1)*(Mult+1) packets
|
D | xhci-ring.c | 3842 * devices can burst up to bMaxBurst number of packets per service interval. 3855 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_burst_count() 3864 * must contain (bMaxBurst + 1) number of packets, but the last burst can 3865 * contain 1 to (bMaxBurst + 1) packets. 3877 /* bMaxBurst is zero based: 0 means 1 packet per burst */ in xhci_get_last_burst_packet_count() 3878 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_last_burst_packet_count()
|
/linux-6.12.1/drivers/usb/gadget/function/ |
D | f_sourcesink.c | 194 .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()
|
D | storage_common.c | 129 /*.bMaxBurst = DYNAMIC, */ 147 /*.bMaxBurst = DYNAMIC, */
|
D | f_loopback.c | 117 .bMaxBurst = 0, 133 .bMaxBurst = 0,
|
D | f_uvc.c | 99 .bMaxBurst = 0, 176 * The bMaxBurst, bmAttributes and wBytesPerInterval values will be 665 /* For SS, wMaxPacketSize has to be 1024 if bMaxBurst is not 0 */ in uvc_function_bind() 707 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
|
D | f_ecm.c | 288 /* .bMaxBurst = 0, */ 316 /* .bMaxBurst = 0, */
|
D | f_rndis.c | 283 /* .bMaxBurst = 0, */ 311 /* .bMaxBurst = 0, */
|
D | f_subset.c | 216 /* .bMaxBurst = 0, */
|
D | f_midi.c | 172 /* .bMaxBurst = 0, */ 196 /* .bMaxBurst = 0, */
|
D | f_uac2.c | 365 .bMaxBurst = 0, 415 .bMaxBurst = 0, 499 .bMaxBurst = 0,
|
D | f_eem.c | 138 /* .bMaxBurst = 0, */
|
D | f_hid.c | 169 /* .bMaxBurst = 0, */ 190 /* .bMaxBurst = 0, */
|
D | f_ncm.c | 347 /* .bMaxBurst = 0, */ 375 .bMaxBurst = 15,
|
/linux-6.12.1/tools/usb/ |
D | ffs-test.c | 202 .bMaxBurst = 0, 217 .bMaxBurst = 0,
|
/linux-6.12.1/drivers/usb/cdns3/ |
D | cdnsp-ring.c | 2162 * devices can burst up to bMaxBurst number of packets per service interval. 2176 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_burst_count() 2185 * must contain (bMaxBurst + 1) number of packets, but the last burst can 2186 * contain 1 to (bMaxBurst + 1) packets. 2197 /* bMaxBurst is zero based: 0 means 1 packet per burst. */ in cdnsp_get_last_burst_packet_count() 2198 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_last_burst_packet_count()
|
D | cdns3-gadget.c | 2103 u8 maxburst = priv_ep->bMaxBurst; in cdns3_ep_config() 2127 buffering = (priv_ep->bMaxBurst + 1) * (priv_ep->mult + 1) - 1; in cdns3_ep_config() 2296 priv_ep->bMaxBurst = comp_desc->bMaxBurst; in cdns3_gadget_match_ep() 3091 n = (priv_ep->mult + 1) * (priv_ep->bMaxBurst + 1); in cdns3_gadget_check_config()
|
/linux-6.12.1/net/9p/ |
D | trans_usbg.c | 589 .bMaxBurst = 0, 605 .bMaxBurst = 0,
|
/linux-6.12.1/drivers/usb/gadget/udc/bdc/ |
D | bdc_cmd.c | 170 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
|
/linux-6.12.1/Documentation/usb/ |
D | gadget_uvc.rst | 362 # streaming_maxburst sets bMaxBurst. Valid values are 1..15
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 416 can account for when higher endpoint bursting is used. (bMaxBurst > 6) The
|
/linux-6.12.1/include/uapi/linux/usb/ |
D | ch9.h | 697 __u8 bMaxBurst; member 1141 __u8 bMaxBurst; member
|
/linux-6.12.1/drivers/usb/mtu3/ |
D | mtu3_gadget.c | 85 burst = comp_desc->bMaxBurst; in mtu3_ep_enable()
|