Searched refs:host_ep (Results 1 – 1 of 1) sorted by relevance
3077 struct usb_host_endpoint *host_ep) in xhci_endpoint_disable() argument3090 udev = (struct usb_device *)host_ep->hcpriv; in xhci_endpoint_disable()3098 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_disable()3114 host_ep->hcpriv = NULL; in xhci_endpoint_disable()3131 struct usb_host_endpoint *host_ep) in xhci_endpoint_reset() argument3145 if (!host_ep->hcpriv) in xhci_endpoint_reset()3147 udev = (struct usb_device *) host_ep->hcpriv; in xhci_endpoint_reset()3157 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_reset()3168 if (usb_endpoint_xfer_control(&host_ep->desc) || in xhci_endpoint_reset()3169 usb_endpoint_xfer_isoc(&host_ep->desc)) in xhci_endpoint_reset()[all …]