Lines Matching refs:host_ep
3058 struct usb_host_endpoint *host_ep) in xhci_endpoint_disable() argument
3071 udev = (struct usb_device *)host_ep->hcpriv; in xhci_endpoint_disable()
3079 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_disable()
3093 host_ep->hcpriv = NULL; in xhci_endpoint_disable()
3113 struct usb_host_endpoint *host_ep) in xhci_endpoint_reset() argument
3127 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_reset()
3134 if (usb_endpoint_xfer_control(&host_ep->desc) && ep_index == 0) { in xhci_endpoint_reset()
3136 udev = container_of(host_ep, struct usb_device, ep0); in xhci_endpoint_reset()
3150 if (!host_ep->hcpriv) in xhci_endpoint_reset()
3152 udev = (struct usb_device *) host_ep->hcpriv; in xhci_endpoint_reset()
3169 if (usb_endpoint_xfer_control(&host_ep->desc) || in xhci_endpoint_reset()
3170 usb_endpoint_xfer_isoc(&host_ep->desc)) in xhci_endpoint_reset()
3173 ep_flag = xhci_get_endpoint_flag(&host_ep->desc); in xhci_endpoint_reset()