Searched refs:ss_ep_comp (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/usb/core/
H A Dconfig.c71 ep->ss_ep_comp.bLength = USB_DT_SS_EP_COMP_SIZE; usb_parse_ss_endpoint_companion()
72 ep->ss_ep_comp.bDescriptorType = USB_DT_SS_ENDPOINT_COMP; usb_parse_ss_endpoint_companion()
75 ep->ss_ep_comp.wBytesPerInterval = usb_parse_ss_endpoint_companion()
80 memcpy(&ep->ss_ep_comp, desc, USB_DT_SS_EP_COMP_SIZE); usb_parse_ss_endpoint_companion()
88 ep->ss_ep_comp.bMaxBurst = 0; usb_parse_ss_endpoint_companion()
94 ep->ss_ep_comp.bMaxBurst = 15; usb_parse_ss_endpoint_companion()
106 ep->ss_ep_comp.bmAttributes = 0; usb_parse_ss_endpoint_companion()
113 ep->ss_ep_comp.bmAttributes = 16; usb_parse_ss_endpoint_companion()
121 ep->ss_ep_comp.bmAttributes = 2; usb_parse_ss_endpoint_companion()
141 ep->ss_ep_comp.wBytesPerInterval = cpu_to_le16(max_tx); usb_parse_ss_endpoint_companion()
H A Durb.c406 int burst = 1 + ep->ss_ep_comp.bMaxBurst; usb_submit_urb()
407 int mult = USB_SS_MULT(ep->ss_ep_comp.bmAttributes); usb_submit_urb()
/linux-4.1.27/drivers/usb/storage/
H A Duas-detect.h104 } else if (usb_ss_max_streams(&eps[1]->ss_ep_comp) == 32) { uas_use_uas_driver()
/linux-4.1.27/drivers/usb/host/
H A Dxhci-mem.c1340 return ep->ss_ep_comp.bmAttributes; xhci_get_endpoint_mult()
1388 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); xhci_get_max_esit_payload()
1460 max_burst = ep->ss_ep_comp.bMaxBurst; xhci_endpoint_init()
H A Dxhci-ring.c3524 max_burst = urb->ep->ss_ep_comp.bMaxBurst; xhci_get_burst_count()
3549 max_burst = urb->ep->ss_ep_comp.bMaxBurst; xhci_get_last_burst_packet_count()
H A Dxhci.c3017 if (usb_ss_max_streams(&ep->ss_ep_comp) == 0) { xhci_check_streams_endpoint()
3086 max_streams = usb_ss_max_streams(&eps[i]->ss_ep_comp); xhci_calculate_streams_and_bitmask()
/linux-4.1.27/include/linux/
H A Dusb.h52 * @ss_ep_comp: SuperSpeed companion descriptor for this endpoint
67 struct usb_ss_ep_comp_descriptor ss_ep_comp; member in struct:usb_host_endpoint
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_video.c1467 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); uvc_endpoint_max_bpi()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2429 max_stream = usb_ss_max_streams(&eps[i]->ss_ep_comp);

Completed in 8475 milliseconds