Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci.c3105 struct usb_host_endpoint *host_ep) in xhci_endpoint_disable() argument
3118 udev = (struct usb_device *)host_ep->hcpriv; in xhci_endpoint_disable()
3126 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_disable()
3140 host_ep->hcpriv = NULL; in xhci_endpoint_disable()
3160 struct usb_host_endpoint *host_ep) in xhci_endpoint_reset() argument
3174 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_reset()
3197 if (!host_ep->hcpriv) in xhci_endpoint_reset()
3199 udev = (struct usb_device *) host_ep->hcpriv; in xhci_endpoint_reset()
3216 if (usb_endpoint_xfer_control(&host_ep->desc) || in xhci_endpoint_reset()
3217 usb_endpoint_xfer_isoc(&host_ep->desc)) in xhci_endpoint_reset()
[all …]