Searched refs:endpoint_reset (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | ehci-sead3.c | 75 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-xilinx-of.c | 99 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-grlib.c | 62 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-tilegx.c | 80 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-ppc-of.c | 49 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-sh.c | 55 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-pmcmsp.c | 273 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-ps3.c | 82 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-mv.c | 115 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-hcd.c | 1208 .endpoint_reset = ehci_endpoint_reset,
|
D | xhci.c | 4994 .endpoint_reset = xhci_endpoint_reset,
|
D | fotg210-hcd.c | 5562 .endpoint_reset = fotg210_endpoint_reset,
|
/linux-4.4.14/drivers/usb/host/whci/ |
D | hcd.c | 230 .endpoint_reset = whc_endpoint_reset,
|
/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 304 void (*endpoint_reset)(struct usb_hcd *hcd, member
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd.c | 2075 if (hcd->driver->endpoint_reset) in usb_hcd_reset_endpoint() 2076 hcd->driver->endpoint_reset(hcd, ep); in usb_hcd_reset_endpoint()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hcd.c | 2899 .endpoint_reset = _dwc2_hcd_endpoint_reset,
|