Searched refs:endpoint_reset (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/usb/host/ |
A D | ehci-grlib.c | 49 .endpoint_reset = ehci_endpoint_reset,
|
A D | ehci-xilinx-of.c | 85 .endpoint_reset = ehci_endpoint_reset,
|
A D | ehci-sh.c | 51 .endpoint_reset = ehci_endpoint_reset,
|
A D | ehci-ppc-of.c | 50 .endpoint_reset = ehci_endpoint_reset,
|
A D | ehci-ps3.c | 70 .endpoint_reset = ehci_endpoint_reset,
|
A D | ehci-hcd.c | 1238 .endpoint_reset = ehci_endpoint_reset,
|
A D | xhci.c | 5413 .endpoint_reset = xhci_endpoint_reset,
|
A D | fotg210-hcd.c | 5524 .endpoint_reset = fotg210_endpoint_reset,
|
/linux/include/linux/usb/ |
A D | hcd.h | 317 void (*endpoint_reset)(struct usb_hcd *hcd, member
|
/linux/drivers/usb/core/ |
A D | hcd.c | 1983 if (hcd->driver->endpoint_reset) in usb_hcd_reset_endpoint() 1984 hcd->driver->endpoint_reset(hcd, ep); in usb_hcd_reset_endpoint()
|
/linux/drivers/usb/dwc2/ |
A D | hcd.c | 5027 .endpoint_reset = _dwc2_hcd_endpoint_reset,
|
Completed in 36 milliseconds