Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dxhci-sideband.c129 struct usb_host_endpoint *host_ep) in xhci_sideband_add_endpoint() argument
135 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_add_endpoint()
178 struct usb_host_endpoint *host_ep) in xhci_sideband_remove_endpoint() argument
184 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_remove_endpoint()
202 struct usb_host_endpoint *host_ep) in xhci_sideband_stop_endpoint() argument
207 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_stop_endpoint()
232 struct usb_host_endpoint *host_ep) in xhci_sideband_get_endpoint_buffer() argument
237 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_get_endpoint_buffer()
A Dxhci.c3221 struct usb_host_endpoint *host_ep) in xhci_endpoint_disable() argument
3234 udev = (struct usb_device *)host_ep->hcpriv; in xhci_endpoint_disable()
3242 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_disable()
3256 host_ep->hcpriv = NULL; in xhci_endpoint_disable()
3276 struct usb_host_endpoint *host_ep) in xhci_endpoint_reset() argument
3290 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_reset()
3313 if (!host_ep->hcpriv) in xhci_endpoint_reset()
3315 udev = (struct usb_device *) host_ep->hcpriv; in xhci_endpoint_reset()
3332 if (usb_endpoint_xfer_control(&host_ep->desc) || in xhci_endpoint_reset()
3333 usb_endpoint_xfer_isoc(&host_ep->desc)) in xhci_endpoint_reset()
[all …]

Completed in 13 milliseconds