Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci.c3075 struct usb_host_endpoint *host_ep) in xhci_endpoint_disable() argument
3088 udev = (struct usb_device *)host_ep->hcpriv; in xhci_endpoint_disable()
3096 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_disable()
3112 host_ep->hcpriv = NULL; in xhci_endpoint_disable()
3129 struct usb_host_endpoint *host_ep) in xhci_endpoint_reset() argument
3143 if (!host_ep->hcpriv) in xhci_endpoint_reset()
3145 udev = (struct usb_device *) host_ep->hcpriv; in xhci_endpoint_reset()
3155 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_reset()
3166 if (usb_endpoint_xfer_control(&host_ep->desc) || in xhci_endpoint_reset()
3167 usb_endpoint_xfer_isoc(&host_ep->desc)) in xhci_endpoint_reset()
[all …]