Searched refs:ehci_setup (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/usb/host/
H A Dehci-grlib.c38 .reset = ehci_setup,
H A Dehci-xilinx-of.c74 .reset = ehci_setup,
H A Dehci-ppc-of.c39 .reset = ehci_setup,
H A Dehci-sh.c23 return ehci_setup(hcd);
H A Dehci-ps3.c48 result = ehci_setup(hcd);
H A Dehci-pci.c103 * happen before ehci_setup() is called.
260 retval = ehci_setup(hcd);
264 /* These workarounds need to be applied after ehci_setup() */
H A Dehci-mv.c81 retval = ehci_setup(hcd);
83 dev_err(dev, "ehci_setup failed %d\n", retval);
H A Dehci-brcm.c119 return ehci_setup(hcd);
H A Dehci-st.c60 return ehci_setup(hcd);
H A Dehci-orion.c173 ret = ehci_setup(hcd);
H A Dehci-hcd.c363 * As ehci_setup() not done yet, so stop accessing registers or
364 * variables initialized in ehci_setup()
679 int ehci_setup(struct usb_hcd *hcd) function
709 EXPORT_SYMBOL_GPL(ehci_setup); variable
1254 .reset = ehci_setup,
H A Dehci-platform.c72 retval = ehci_setup(hcd);
H A Dehci.h894 extern int ehci_setup(struct usb_hcd *hcd);
H A Dehci-fsl.c395 retval = ehci_setup(hcd);
/linux-master/drivers/usb/chipidea/
H A Dhost.c90 ret = ehci_setup(hcd);
/linux-master/drivers/usb/early/
H A Dehci-dbgp.c751 static int __init ehci_setup(void) function
896 ret = ehci_setup();
898 dbgp_printk("ehci_setup failed\n");

Completed in 285 milliseconds