Searched refs:ehci_init_driver (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-npcm7xx.c | 140 ehci_init_driver(&ehci_npcm7xx_hc_driver, NULL); in ehci_npcm7xx_init()
|
H A D | ehci-spear.c | 166 ehci_init_driver(&ehci_spear_hc_driver, &spear_overrides); in ehci_spear_init()
|
H A D | ehci-omap.c | 284 ehci_init_driver(&ehci_omap_hc_driver, &ehci_omap_overrides); in ehci_omap_init()
|
H A D | ehci-pci.c | 428 ehci_init_driver(&ehci_pci_hc_driver, &pci_overrides); in ehci_pci_init()
|
H A D | ehci-exynos.c | 308 ehci_init_driver(&exynos_ehci_hc_driver, &exynos_overrides); in ehci_exynos_init()
|
H A D | ehci-orion.c | 369 ehci_init_driver(&ehci_orion_hc_driver, &orion_overrides); in ehci_orion_init()
|
H A D | ehci-mv.c | 297 ehci_init_driver(&ehci_platform_hc_driver, &platform_overrides); in ehci_platform_init()
|
H A D | ehci-st.c | 339 ehci_init_driver(&ehci_platform_hc_driver, &platform_overrides); in ehci_platform_init()
|
H A D | ehci-platform.c | 528 ehci_init_driver(&ehci_platform_hc_driver, &platform_overrides); in ehci_platform_init()
|
H A D | ehci-hcd.c | 1293 void ehci_init_driver(struct hc_driver *drv, in ehci_init_driver() function 1307 EXPORT_SYMBOL_GPL(ehci_init_driver);
|
H A D | ehci.h | 898 extern void ehci_init_driver(struct hc_driver *drv,
|
H A D | ehci-fsl.c | 713 ehci_init_driver(&fsl_ehci_hc_driver, &ehci_fsl_overrides); in ehci_fsl_init()
|
/linux/drivers/usb/chipidea/ |
H A D | host.c | 505 ehci_init_driver(&ci_ehci_hc_driver, &ehci_ci_overrides); in ci_hdrc_host_driver_init()
|