Home
last modified time | relevance | path

Searched refs:host_ep (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/usb/
H A Dxhci-sideband.h75 struct usb_host_endpoint *host_ep);
78 struct usb_host_endpoint *host_ep);
81 struct usb_host_endpoint *host_ep);
84 struct usb_host_endpoint *host_ep);
/linux/drivers/usb/host/
H A Dxhci-sideband.c145 struct usb_host_endpoint *host_ep) in xhci_sideband_add_endpoint() argument
155 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_add_endpoint()
193 struct usb_host_endpoint *host_ep) in xhci_sideband_remove_endpoint() argument
200 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_remove_endpoint()
214 struct usb_host_endpoint *host_ep) in xhci_sideband_stop_endpoint() argument
219 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_stop_endpoint()
244 struct usb_host_endpoint *host_ep) in xhci_sideband_get_endpoint_buffer() argument
249 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_get_endpoint_buffer()
H A Dxhci.c2950 struct usb_host_endpoint *host_ep) in xhci_usb_endpoint_maxp() argument
2952 if (usb_endpoint_is_hs_isoc_double(udev, host_ep)) in xhci_usb_endpoint_maxp()
2953 return le16_to_cpu(host_ep->eusb2_isoc_ep_comp.wMaxPacketSize); in xhci_usb_endpoint_maxp()
2954 return usb_endpoint_maxp(&host_ep->desc); in xhci_usb_endpoint_maxp()
3253 struct usb_host_endpoint *host_ep) in xhci_endpoint_disable() argument
3266 udev = (struct usb_device *)host_ep->hcpriv; in xhci_endpoint_disable()
3274 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_disable()
3288 host_ep->hcpriv = NULL; in xhci_endpoint_disable()
3308 struct usb_host_endpoint *host_ep) in xhci_endpoint_reset() argument
3322 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_reset()
[all …]
H A Dxhci.h1962 struct usb_host_endpoint *host_ep);