Searched refs:endpoint_reset (Results 1 - 20 of 20) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
H A D | ehci-sead3.c | 75 .endpoint_reset = ehci_endpoint_reset,
|
H A D | ehci-sh.c | 55 .endpoint_reset = ehci_endpoint_reset,
|
H A D | ehci-grlib.c | 62 .endpoint_reset = ehci_endpoint_reset,
|
H A D | ehci-ppc-of.c | 49 .endpoint_reset = ehci_endpoint_reset,
|
H A D | ehci-tilegx.c | 80 .endpoint_reset = ehci_endpoint_reset,
|
H A D | ehci-mv.c | 115 .endpoint_reset = ehci_endpoint_reset,
|
H A D | ehci-pmcmsp.c | 273 .endpoint_reset = ehci_endpoint_reset,
|
H A D | ehci-ps3.c | 82 .endpoint_reset = ehci_endpoint_reset,
|
H A D | ehci-xilinx-of.c | 99 .endpoint_reset = ehci_endpoint_reset,
|
H A D | ehci-fsl.c | 665 .endpoint_reset = ehci_endpoint_reset,
|
H A D | ehci-hcd.c | 1207 .endpoint_reset = ehci_endpoint_reset,
|
H A D | fotg210-hcd.c | 5768 .endpoint_reset = fotg210_endpoint_reset,
|
H A D | fusbh200-hcd.c | 5675 .endpoint_reset = fusbh200_endpoint_reset,
|
H A D | xhci.c | 5009 .endpoint_reset = xhci_endpoint_reset,
|
/linux-4.1.27/drivers/usb/host/whci/ |
H A D | hcd.c | 230 .endpoint_reset = whc_endpoint_reset,
|
/linux-4.1.27/include/linux/usb/ |
H A D | hcd.h | 293 void (*endpoint_reset)(struct usb_hcd *hcd, member in struct:hc_driver
|
/linux-4.1.27/drivers/usb/core/ |
H A D | hcd.c | 2024 if (hcd->driver->endpoint_reset) usb_hcd_reset_endpoint() 2025 hcd->driver->endpoint_reset(hcd, ep); usb_hcd_reset_endpoint()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
H A D | ozhcd.c | 211 .endpoint_reset = oz_hcd_endpoint_reset,
|
/linux-4.1.27/drivers/usb/dwc2/ |
H A D | hcd.c | 2680 .endpoint_reset = _dwc2_hcd_endpoint_reset,
|
/linux-4.1.27/drivers/usb/wusbcore/ |
H A D | wa-xfer.c | 2397 * Otherwise, let endpoint_reset take care of it. wa_xfer_result_chew()
|
Completed in 760 milliseconds