Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.c3027 struct usb_host_endpoint *host_ep) in xhci_endpoint_reset() argument
3040 if (!host_ep->hcpriv) in xhci_endpoint_reset()
3042 udev = (struct usb_device *) host_ep->hcpriv; in xhci_endpoint_reset()
3044 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_reset()
3053 if (usb_endpoint_xfer_control(&host_ep->desc) || in xhci_endpoint_reset()
3054 usb_endpoint_xfer_isoc(&host_ep->desc)) in xhci_endpoint_reset()
3057 ep_flag = xhci_get_endpoint_flag(&host_ep->desc); in xhci_endpoint_reset()