Searched refs:host_ep (Results 1 – 1 of 1) sorted by relevance
3044 struct usb_host_endpoint *host_ep) in xhci_endpoint_disable() argument3057 udev = (struct usb_device *)host_ep->hcpriv; in xhci_endpoint_disable()3065 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_disable()3081 host_ep->hcpriv = NULL; in xhci_endpoint_disable()3098 struct usb_host_endpoint *host_ep) in xhci_endpoint_reset() argument3112 if (!host_ep->hcpriv) in xhci_endpoint_reset()3114 udev = (struct usb_device *) host_ep->hcpriv; in xhci_endpoint_reset()3124 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_reset()3138 if (usb_endpoint_xfer_control(&host_ep->desc) || in xhci_endpoint_reset()3139 usb_endpoint_xfer_isoc(&host_ep->desc)) in xhci_endpoint_reset()[all …]