Home
last modified time | relevance | path

Searched refs:endpoint_reset (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-grlib.c49 .endpoint_reset = ehci_endpoint_reset,
H A Dehci-xilinx-of.c85 .endpoint_reset = ehci_endpoint_reset,
H A Dehci-sh.c51 .endpoint_reset = ehci_endpoint_reset,
H A Dehci-ppc-of.c50 .endpoint_reset = ehci_endpoint_reset,
H A Dehci-ps3.c70 .endpoint_reset = ehci_endpoint_reset,
H A Dehci-pmcmsp.c269 .endpoint_reset = ehci_endpoint_reset,
H A Dehci-hcd.c1246 .endpoint_reset = ehci_endpoint_reset,
H A Dxhci.c5401 .endpoint_reset = xhci_endpoint_reset,
H A Dfotg210-hcd.c5521 .endpoint_reset = fotg210_endpoint_reset,
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h325 void (*endpoint_reset)(struct usb_hcd *hcd, member
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd.c2001 if (hcd->driver->endpoint_reset) in usb_hcd_reset_endpoint()
2002 hcd->driver->endpoint_reset(hcd, ep); in usb_hcd_reset_endpoint()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.c4936 .endpoint_reset = _dwc2_hcd_endpoint_reset,