Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dehci-grlib.c49 .endpoint_reset = ehci_endpoint_reset,
Dehci-xilinx-of.c85 .endpoint_reset = ehci_endpoint_reset,
Dehci-sh.c51 .endpoint_reset = ehci_endpoint_reset,
Dehci-ppc-of.c50 .endpoint_reset = ehci_endpoint_reset,
Dehci-ps3.c70 .endpoint_reset = ehci_endpoint_reset,
Dehci-hcd.c1229 .endpoint_reset = ehci_endpoint_reset,
Dxhci.c5410 .endpoint_reset = xhci_endpoint_reset,
Dfotg210-hcd.c5525 .endpoint_reset = fotg210_endpoint_reset,
/Linux-v5.15/include/linux/usb/
Dhcd.h319 void (*endpoint_reset)(struct usb_hcd *hcd, member
/Linux-v5.15/drivers/usb/core/
Dhcd.c1983 if (hcd->driver->endpoint_reset) in usb_hcd_reset_endpoint()
1984 hcd->driver->endpoint_reset(hcd, ep); in usb_hcd_reset_endpoint()
/Linux-v5.15/drivers/usb/dwc2/
Dhcd.c5031 .endpoint_reset = _dwc2_hcd_endpoint_reset,