Searched refs:ehci_init (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-ehci.c43 static int __init ehci_init(void) function
48 module_init(ehci_init); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-atmel.c71 retval = ehci_init(hcd);
H A Dehci-ixp4xx.c32 retval = ehci_init(hcd);
H A Dehci-w90x900.c121 .reset = ehci_init,
H A Dehci-xilinx-of.c48 retval = ehci_init(hcd);
H A Dehci-au1xxx.c75 int ret = ehci_init(hcd);
H A Dehci-mips.c42 .reset = ehci_init,
H A Dehci-mxc.c59 retval = ehci_init(hcd);
H A Dehci-orion.c116 retval = ehci_init(hcd);
H A Dehci-ppc-of.c30 retval = ehci_init(hcd);
H A Dehci-ps3.c45 result = ehci_init(hcd);
H A Dehci-fsl.c278 retval = ehci_init(hcd);
H A Dehci-pci.c111 /* ehci_init() causes memory for DMA transfers to be
114 * happen before ehci_init() is called. */
146 retval = ehci_init(hcd);
H A Dehci-omap.c806 .reset = ehci_init,
H A Dehci-hcd.c547 static int ehci_init(struct usb_hcd *hcd) function
665 /* start HC running; it's halted, ehci_init() has been run (once) */

Completed in 89 milliseconds