Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-grlib.c38 .reset = ehci_setup,
Dehci-xilinx-of.c74 .reset = ehci_setup,
Dehci-sh.c23 return ehci_setup(hcd); in ehci_sh_reset()
Dehci-ppc-of.c39 .reset = ehci_setup,
Dehci-hcd.c679 int ehci_setup(struct usb_hcd *hcd) in ehci_setup() function
709 EXPORT_SYMBOL_GPL(ehci_setup);
1254 .reset = ehci_setup,
Dehci-brcm.c119 return ehci_setup(hcd); in ehci_brcm_reset()
Dehci-ps3.c48 result = ehci_setup(hcd); in ps3_ehci_hc_reset()
Dehci-pci.c260 retval = ehci_setup(hcd); in ehci_pci_setup()
Dehci-orion.c166 ret = ehci_setup(hcd); in ehci_orion_drv_reset()
Dehci-mv.c81 retval = ehci_setup(hcd); in mv_ehci_reset()
Dehci-st.c60 return ehci_setup(hcd); in st_ehci_platform_reset()
Dehci-platform.c72 retval = ehci_setup(hcd); in ehci_platform_reset()
Dehci.h893 extern int ehci_setup(struct usb_hcd *hcd);
Dehci-fsl.c396 retval = ehci_setup(hcd); in ehci_fsl_setup()
/drivers/usb/early/
Dehci-dbgp.c751 static int __init ehci_setup(void) in ehci_setup() function
896 ret = ehci_setup(); in early_dbgp_init()
/drivers/usb/chipidea/
Dhost.c90 ret = ehci_setup(hcd); in ehci_ci_reset()