Searched refs:ohci_init_driver (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.10/drivers/usb/host/ |
D | ohci-spear.c | 184 ohci_init_driver(&ohci_spear_hc_driver, &spear_overrides); in ohci_spear_init()
|
D | ohci-pci.c | 311 ohci_init_driver(&ohci_pci_hc_driver, &pci_overrides); in ohci_pci_init()
|
D | ohci-nxp.c | 279 ohci_init_driver(&ohci_nxp_hc_driver, NULL); in ohci_nxp_init()
|
D | ohci-exynos.c | 314 ohci_init_driver(&exynos_ohci_hc_driver, &exynos_overrides); in ohci_exynos_init()
|
D | ohci-st.c | 329 ohci_init_driver(&ohci_platform_hc_driver, &platform_overrides); in ohci_platform_init()
|
D | ohci-platform.c | 347 ohci_init_driver(&ohci_platform_hc_driver, &platform_overrides); in ohci_platform_init()
|
D | ohci-s3c2410.c | 472 ohci_init_driver(&ohci_s3c2410_hc_driver, NULL); in ohci_s3c2410_init()
|
D | ohci-omap.c | 501 ohci_init_driver(&ohci_omap_hc_driver, &omap_overrides); in ohci_omap_init()
|
D | ohci-da8xx.c | 555 ohci_init_driver(&ohci_da8xx_hc_driver, &da8xx_overrides); in ohci_da8xx_init()
|
D | ohci-pxa27x.c | 613 ohci_init_driver(&ohci_pxa27x_hc_driver, &pxa27x_overrides); in ohci_pxa27x_init()
|
D | ohci.h | 735 extern void ohci_init_driver(struct hc_driver *drv,
|
D | ohci-hcd.c | 1228 void ohci_init_driver(struct hc_driver *drv, in ohci_init_driver() function 1241 EXPORT_SYMBOL_GPL(ohci_init_driver);
|
D | ohci-at91.c | 674 ohci_init_driver(&ohci_at91_hc_driver, &ohci_at91_drv_overrides); in ohci_at91_init()
|