Searched refs:ehci_init_driver (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.10/drivers/usb/host/ |
D | ehci-npcm7xx.c | 196 ehci_init_driver(&ehci_npcm7xx_hc_driver, NULL); in ehci_npcm7xx_init()
|
D | ehci-spear.c | 172 ehci_init_driver(&ehci_spear_hc_driver, &spear_overrides); in ehci_spear_init()
|
D | ehci-atmel.c | 235 ehci_init_driver(&ehci_atmel_hc_driver, &ehci_atmel_drv_overrides); in ehci_atmel_init()
|
D | ehci-mxc.c | 200 ehci_init_driver(&ehci_mxc_hc_driver, &ehci_mxc_overrides); in ehci_mxc_init()
|
D | ehci-omap.c | 293 ehci_init_driver(&ehci_omap_hc_driver, &ehci_omap_overrides); in ehci_omap_init()
|
D | ehci-brcm.c | 266 ehci_init_driver(&ehci_brcm_hc_driver, &brcm_overrides); in ehci_brcm_init()
|
D | ehci-pci.c | 412 ehci_init_driver(&ehci_pci_hc_driver, &pci_overrides); in ehci_pci_init()
|
D | ehci-orion.c | 362 ehci_init_driver(&ehci_orion_hc_driver, &orion_overrides); in ehci_orion_init()
|
D | ehci-mv.c | 303 ehci_init_driver(&ehci_platform_hc_driver, &platform_overrides); in ehci_platform_init()
|
D | ehci-exynos.c | 351 ehci_init_driver(&exynos_ehci_hc_driver, &exynos_overrides); in ehci_exynos_init()
|
D | ehci-st.c | 351 ehci_init_driver(&ehci_platform_hc_driver, &platform_overrides); in ehci_platform_init()
|
D | ehci-platform.c | 521 ehci_init_driver(&ehci_platform_hc_driver, &platform_overrides); in ehci_platform_init()
|
D | ehci-hcd.c | 1238 void ehci_init_driver(struct hc_driver *drv, in ehci_init_driver() function 1252 EXPORT_SYMBOL_GPL(ehci_init_driver);
|
D | ehci-tegra.c | 576 ehci_init_driver(&tegra_ehci_hc_driver, &tegra_overrides); in ehci_tegra_init()
|
D | ehci.h | 879 extern void ehci_init_driver(struct hc_driver *drv,
|
D | ehci-fsl.c | 733 ehci_init_driver(&fsl_ehci_hc_driver, &ehci_fsl_overrides); in ehci_fsl_init()
|
/Linux-v5.10/drivers/usb/chipidea/ |
D | host.c | 374 ehci_init_driver(&ci_ehci_hc_driver, &ehci_ci_overrides); in ci_hdrc_host_driver_init()
|