Searched refs:bMaxBurst (Results 1 – 25 of 28) sorted by relevance
12
| /linux/drivers/usb/core/ |
| 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()
|
| A D | urb.c | 456 int burst = 1 + ep->ss_ep_comp.bMaxBurst; in usb_submit_urb()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | btf_dump_test_case_packing.c | 107 char bMaxBurst; member
|
| /linux/drivers/usb/gadget/function/ |
| 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()
|
| A D | f_loopback.c | 117 .bMaxBurst = 0, 133 .bMaxBurst = 0,
|
| A D | f_uvc.c | 99 .bMaxBurst = 0, 707 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
|
| A D | f_uac2.c | 365 .bMaxBurst = 0, 415 .bMaxBurst = 0, 499 .bMaxBurst = 0,
|
| A D | f_uac1.c | 309 .bMaxBurst = 0, 328 .bMaxBurst = 0,
|
| A D | f_tcm.c | 1749 .bMaxBurst = 0, 1757 .bMaxBurst = 0,
|
| A D | f_mass_storage.c | 3095 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()
|
| A D | f_ncm.c | 375 .bMaxBurst = 15,
|
| /linux/tools/usb/ |
| A D | ffs-test.c | 202 .bMaxBurst = 0, 217 .bMaxBurst = 0,
|
| /linux/include/uapi/linux/usb/ |
| A D | ch9.h | 697 __u8 bMaxBurst; member 1141 __u8 bMaxBurst; member
|
| /linux/drivers/usb/gadget/udc/bdc/ |
| A D | bdc_cmd.c | 170 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
|
| /linux/net/9p/ |
| A D | trans_usbg.c | 589 .bMaxBurst = 0, 605 .bMaxBurst = 0,
|
| /linux/drivers/usb/cdns3/ |
| A 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()
|
| A D | cdns3-gadget.h | 1172 u8 bMaxBurst; member
|
| A D | cdnsp-ring.c | 2176 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_burst_count() 2198 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_last_burst_packet_count()
|
| A D | cdnsp-mem.c | 880 return pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_endpoint_max_burst()
|
| /linux/drivers/usb/mtu3/ |
| A D | mtu3_gadget.c | 85 burst = comp_desc->bMaxBurst; in mtu3_ep_enable()
|
| /linux/drivers/usb/gadget/ |
| 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()
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | snps,dwc3.yaml | 416 can account for when higher endpoint bursting is used. (bMaxBurst > 6) The
|
| /linux/Documentation/usb/ |
| A D | gadget_uvc.rst | 362 # streaming_maxburst sets bMaxBurst. Valid values are 1..15
|
| /linux/drivers/usb/host/ |
| A D | xhci-ring.c | 3855 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_burst_count() 3878 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_last_burst_packet_count()
|
| A D | xhci-mem.c | 1327 return ep->ss_ep_comp.bMaxBurst; in xhci_get_endpoint_max_burst()
|
Completed in 86 milliseconds
12