Searched refs:endpoint_reset (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-grlib.c | 62 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-sead3.c | 75 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-xilinx-of.c | 99 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-tilegx.c | 80 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-sh.c | 55 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-ppc-of.c | 49 .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-fsl.c | 665 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-hcd.c | 1207 .endpoint_reset = ehci_endpoint_reset,
|
D | xhci.c | 5009 .endpoint_reset = xhci_endpoint_reset,
|
D | fusbh200-hcd.c | 5675 .endpoint_reset = fusbh200_endpoint_reset,
|
D | fotg210-hcd.c | 5768 .endpoint_reset = fotg210_endpoint_reset,
|
/linux-4.1.27/drivers/usb/host/whci/ |
D | hcd.c | 230 .endpoint_reset = whc_endpoint_reset,
|
/linux-4.1.27/include/linux/usb/ |
D | hcd.h | 293 void (*endpoint_reset)(struct usb_hcd *hcd, member
|
/linux-4.1.27/drivers/usb/core/ |
D | hcd.c | 2024 if (hcd->driver->endpoint_reset) in usb_hcd_reset_endpoint() 2025 hcd->driver->endpoint_reset(hcd, ep); in usb_hcd_reset_endpoint()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozhcd.c | 211 .endpoint_reset = oz_hcd_endpoint_reset,
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | hcd.c | 2680 .endpoint_reset = _dwc2_hcd_endpoint_reset,
|