Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci.c3058 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()
[all …]