Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dehci-vt8500.c62 .endpoint_reset = ehci_endpoint_reset,
Dehci-cns3xxx.c65 .endpoint_reset = ehci_endpoint_reset,
Dehci-ixp4xx.c54 .endpoint_reset = ehci_endpoint_reset,
Dehci-w90x900.c133 .endpoint_reset = ehci_endpoint_reset,
Dehci-octeon.c70 .endpoint_reset = ehci_endpoint_reset,
Dehci-msm.c101 .endpoint_reset = ehci_endpoint_reset,
Dehci-xilinx-of.c121 .endpoint_reset = ehci_endpoint_reset,
Dehci-spear.c78 .endpoint_reset = ehci_endpoint_reset,
Dehci-atmel.c102 .endpoint_reset = ehci_endpoint_reset,
Dehci-omap.c306 .endpoint_reset = ehci_endpoint_reset,
Dehci-sh.c75 .endpoint_reset = ehci_endpoint_reset,
Dehci-ppc-of.c64 .endpoint_reset = ehci_endpoint_reset,
Dehci-ps3.c68 .endpoint_reset = ehci_endpoint_reset,
Dehci-orion.c153 .endpoint_reset = ehci_endpoint_reset,
Dehci-au1xxx.c109 .endpoint_reset = ehci_endpoint_reset,
Dxhci-pci.c285 .endpoint_reset = xhci_endpoint_reset,
Dehci-mxc.c94 .endpoint_reset = ehci_endpoint_reset,
Dehci-pmcmsp.c320 .endpoint_reset = ehci_endpoint_reset,
Dehci-fsl.c419 .endpoint_reset = ehci_endpoint_reset,
Dehci-pci.c453 .endpoint_reset = ehci_endpoint_reset,
Dehci-tegra.c492 .endpoint_reset = ehci_endpoint_reset,
/linux-2.6.39/drivers/usb/host/whci/
Dhcd.c229 .endpoint_reset = whc_endpoint_reset,
/linux-2.6.39/include/linux/usb/
Dhcd.h267 void (*endpoint_reset)(struct usb_hcd *hcd, member
/linux-2.6.39/drivers/usb/core/
Dhcd.c1836 if (hcd->driver->endpoint_reset) in usb_hcd_reset_endpoint()
1837 hcd->driver->endpoint_reset(hcd, ep); in usb_hcd_reset_endpoint()