Searched refs:endpoint_reset (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/usb/host/ |
D | ehci-grlib.c | 49 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-xilinx-of.c | 85 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-sh.c | 51 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-ppc-of.c | 50 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-ps3.c | 70 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-hcd.c | 1261 .endpoint_reset = ehci_endpoint_reset,
|
D | fotg210-hcd.c | 5522 .endpoint_reset = fotg210_endpoint_reset,
|
D | xhci.c | 5464 .endpoint_reset = xhci_endpoint_reset,
|
/linux-6.1.9/include/linux/usb/ |
D | hcd.h | 306 void (*endpoint_reset)(struct usb_hcd *hcd, member
|
/linux-6.1.9/drivers/usb/core/ |
D | hcd.c | 2008 if (hcd->driver->endpoint_reset) in usb_hcd_reset_endpoint() 2009 hcd->driver->endpoint_reset(hcd, ep); in usb_hcd_reset_endpoint()
|
/linux-6.1.9/drivers/usb/dwc2/ |
D | hcd.c | 4999 .endpoint_reset = _dwc2_hcd_endpoint_reset,
|