Searched refs:endpoint_reset (Results 1 – 24 of 24) sorted by relevance
/linux-2.6.39/drivers/usb/host/ |
D | ehci-vt8500.c | 62 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-cns3xxx.c | 65 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-ixp4xx.c | 54 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-w90x900.c | 133 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-octeon.c | 70 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-msm.c | 101 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-xilinx-of.c | 121 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-spear.c | 78 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-atmel.c | 102 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-omap.c | 306 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-sh.c | 75 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-ppc-of.c | 64 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-ps3.c | 68 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-orion.c | 153 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-au1xxx.c | 109 .endpoint_reset = ehci_endpoint_reset,
|
D | xhci-pci.c | 285 .endpoint_reset = xhci_endpoint_reset,
|
D | ehci-mxc.c | 94 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-pmcmsp.c | 320 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-fsl.c | 419 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-pci.c | 453 .endpoint_reset = ehci_endpoint_reset,
|
D | ehci-tegra.c | 492 .endpoint_reset = ehci_endpoint_reset,
|
/linux-2.6.39/drivers/usb/host/whci/ |
D | hcd.c | 229 .endpoint_reset = whc_endpoint_reset,
|
/linux-2.6.39/include/linux/usb/ |
D | hcd.h | 267 void (*endpoint_reset)(struct usb_hcd *hcd, member
|
/linux-2.6.39/drivers/usb/core/ |
D | hcd.c | 1836 if (hcd->driver->endpoint_reset) in usb_hcd_reset_endpoint() 1837 hcd->driver->endpoint_reset(hcd, ep); in usb_hcd_reset_endpoint()
|