Searched refs:bMaxBurst (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/usb/core/ |
D | config.c | 83 if (usb_endpoint_xfer_control(&ep->desc) && desc->bMaxBurst != 0) { in usb_parse_ss_endpoint_companion() 86 "setting to zero\n", desc->bMaxBurst, in usb_parse_ss_endpoint_companion() 88 ep->ss_ep_comp.bMaxBurst = 0; in usb_parse_ss_endpoint_companion() 89 } else if (desc->bMaxBurst > 15) { in usb_parse_ss_endpoint_companion() 92 "setting to 15\n", desc->bMaxBurst, in usb_parse_ss_endpoint_companion() 94 ep->ss_ep_comp.bMaxBurst = 15; in usb_parse_ss_endpoint_companion() 125 max_tx = (desc->bMaxBurst + 1) * in usb_parse_ss_endpoint_companion() 130 (desc->bMaxBurst + 1); in usb_parse_ss_endpoint_companion()
|
D | urb.c | 405 int burst = 1 + ep->ss_ep_comp.bMaxBurst; in usb_submit_urb()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_sourcesink.c | 203 .bMaxBurst = 0, 220 .bMaxBurst = 0, 238 .bMaxBurst = 0, 256 .bMaxBurst = 0, 436 ss_iso_source_comp_desc.bMaxBurst = ss->isoc_maxburst; in sourcesink_bind() 445 ss_iso_sink_comp_desc.bMaxBurst = ss->isoc_maxburst; in sourcesink_bind()
|
D | f_loopback.c | 121 .bMaxBurst = 0, 137 .bMaxBurst = 0,
|
D | f_uvc.c | 104 .bMaxBurst = 0, 625 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
|
D | f_mass_storage.c | 3083 fsg_ss_bulk_in_comp_desc.bMaxBurst = max_burst; in fsg_bind() 3087 fsg_ss_bulk_out_comp_desc.bMaxBurst = max_burst; in fsg_bind()
|
/linux-4.4.14/include/uapi/linux/usb/ |
D | ch9.h | 621 __u8 bMaxBurst; member 907 __u8 bMaxBurst; member
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | wa-rpipe.c | 254 .bMaxBurst = 1, 343 epcd->bMaxBurst, 16U), 1U); in rpipe_aim()
|
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
D | bdc_cmd.c | 179 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
|
/linux-4.4.14/drivers/usb/host/whci/ |
D | qset.c | 68 qset->max_burst = epcd->bMaxBurst; in qset_fill_qh()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | composite.c | 171 _ep->maxburst = comp_desc->bMaxBurst + 1; in config_ep_by_speed() 174 if (comp_desc->bMaxBurst != 0) in config_ep_by_speed()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 1794 .bMaxBurst = 0, 1802 .bMaxBurst = 0,
|
/linux-4.4.14/drivers/usb/host/ |
D | xhci-ring.c | 3563 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_burst_count() 3588 max_burst = urb->ep->ss_ep_comp.bMaxBurst; in xhci_get_last_burst_packet_count()
|
D | xhci-mem.c | 1460 max_burst = ep->ss_ep_comp.bMaxBurst; in xhci_endpoint_init()
|
/linux-4.4.14/Documentation/usb/ |
D | gadget-testing.txt | 666 streaming_maxburst - bMaxBurst for super speed companion descriptor
|