/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() 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() 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()
|
H A D | urb.c | 456 int burst = 1 + ep->ss_ep_comp.bMaxBurst; in usb_submit_urb()
|
/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/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_packing.c | 107 char bMaxBurst; member
|
/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 | f_uvc.c | 99 .bMaxBurst = 0, 705 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
|
H A D | f_uac2.c | 378 .bMaxBurst = 0, 428 .bMaxBurst = 0, 512 .bMaxBurst = 0,
|
H A D | f_tcm.c | 1746 .bMaxBurst = 0, 1754 .bMaxBurst = 0,
|
/openbmc/u-boot/include/linux/usb/ |
H A D | ch9.h | 661 __u8 bMaxBurst; member 906 __u8 bMaxBurst; member
|
/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/include/uapi/linux/usb/ |
H A D | ch9.h | 693 __u8 bMaxBurst; member 1135 __u8 bMaxBurst; member
|
/openbmc/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_cmd.c | 170 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
|
/openbmc/linux/drivers/usb/cdns3/ |
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()
|
H A D | cdns3-gadget.h | 1172 u8 bMaxBurst; member
|
H A D | cdnsp-ring.c | 2189 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_burst_count() 2211 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_last_burst_packet_count()
|
H A D | cdnsp-mem.c | 880 return pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_endpoint_max_burst()
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_gadget.c | 85 burst = comp_desc->bMaxBurst; in mtu3_ep_enable()
|
/openbmc/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()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 403 return ss_ep_comp_desc->bMaxBurst; in xhci_get_endpoint_max_burst()
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_uvc.rst | 362 # streaming_maxburst sets bMaxBurst. Valid values are 1..15
|