Home
last modified time | relevance | path

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

/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()
3260 struct usb_host_endpoint *host_ep) in xhci_endpoint_disable() argument
3273 udev = (struct usb_device *)host_ep->hcpriv; in xhci_endpoint_disable()
3281 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_disable()
3314 struct usb_host_endpoint *host_ep) in xhci_endpoint_reset() argument
3328 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_reset()
3335 if (usb_endpoint_xfer_control(&host_ep->desc) && ep_index == 0) { in xhci_endpoint_reset()
[all …]