/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_packing.c | 90 * char bMaxBurst; 107 char bMaxBurst; member
|
/openbmc/linux/drivers/usb/core/ |
H A 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()
|
/openbmc/qemu/hw/usb/ |
H A D | desc.h | 67 uint8_t bMaxBurst; member 175 uint8_t bMaxBurst; member
|
H A D | dev-uas.c | 243 .bMaxBurst = 15, 254 .bMaxBurst = 15, 266 .bMaxBurst = 15, 278 .bMaxBurst = 15,
|
H A D | dev-storage.c | 139 .bMaxBurst = 15, 144 .bMaxBurst = 15,
|
H A D | desc.c | 235 d->u.super_endpoint.bMaxBurst = ep->bMaxBurst; in usb_desc_endpoint()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mtk.h | 81 * distribute the bMaxBurst+1 packets for a single burst 83 * times; 1: distribute the (bMaxBurst+1)*(Mult+1) packets
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A 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()
|
H A D | f_loopback.c | 117 .bMaxBurst = 0, 133 .bMaxBurst = 0,
|
H A D | storage_common.c | 129 /*.bMaxBurst = DYNAMIC, */ 147 /*.bMaxBurst = DYNAMIC, */
|
H A D | f_uvc.c | 99 .bMaxBurst = 0, 176 * The bMaxBurst, bmAttributes and wBytesPerInterval values will be 663 /* For SS, wMaxPacketSize has to be 1024 if bMaxBurst is not 0 */ in uvc_function_bind() 705 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
|
H A D | f_ecm.c | 288 /* .bMaxBurst = 0, */ 316 /* .bMaxBurst = 0, */
|
H A D | f_rndis.c | 283 /* .bMaxBurst = 0, */ 311 /* .bMaxBurst = 0, */
|
H A D | f_subset.c | 216 /* .bMaxBurst = 0, */
|
H A D | f_hid.c | 143 /* .bMaxBurst = 0, */ 164 /* .bMaxBurst = 0, */
|
H A D | f_midi.c | 171 /* .bMaxBurst = 0, */ 195 /* .bMaxBurst = 0, */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
H A D | 0014-add-u3-ss-descriptor-support-for-adb.patch | 190 + .bMaxBurst = 4, 252 + .bMaxBurst = 4,
|
/openbmc/linux/tools/usb/ |
H A D | ffs-test.c | 202 .bMaxBurst = 0, 217 .bMaxBurst = 0,
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 2175 * devices can burst up to bMaxBurst number of packets per service interval. 2189 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_burst_count() 2198 * must contain (bMaxBurst + 1) number of packets, but the last burst can 2199 * contain 1 to (bMaxBurst + 1) packets. 2210 /* bMaxBurst is zero based: 0 means 1 packet per burst. */ in cdnsp_get_last_burst_packet_count() 2211 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_last_burst_packet_count()
|
H A D | cdns3-gadget.c | 2102 u8 maxburst = priv_ep->bMaxBurst; in cdns3_ep_config() 2126 buffering = (priv_ep->bMaxBurst + 1) * (priv_ep->mult + 1) - 1; in cdns3_ep_config() 2295 priv_ep->bMaxBurst = comp_desc->bMaxBurst; in cdns3_gadget_match_ep() 3090 n = (priv_ep->mult + 1) * (priv_ep->bMaxBurst + 1); in cdns3_gadget_check_config()
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | snps,dwc3.yaml | 359 can account for when higher endpoint bursting is used. (bMaxBurst > 6) The
|
/openbmc/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_cmd.c | 170 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_uvc.rst | 362 # streaming_maxburst sets bMaxBurst. Valid values are 1..15
|
/openbmc/u-boot/include/linux/usb/ |
H A D | ch9.h | 661 __u8 bMaxBurst; member 906 __u8 bMaxBurst; member
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch9.h | 693 __u8 bMaxBurst; member 1135 __u8 bMaxBurst; member
|