Searched refs:ohci_init_driver (Results 1 – 13 of 13) sorted by relevance
/drivers/usb/host/ |
D | ohci-omap3.c | 197 ohci_init_driver(&ohci_omap3_hc_driver, NULL); in ohci_omap3_init()
|
D | ohci-spear.c | 190 ohci_init_driver(&ohci_spear_hc_driver, &spear_overrides); in ohci_spear_init()
|
D | ohci-pci.c | 295 ohci_init_driver(&ohci_pci_hc_driver, &pci_overrides); in ohci_pci_init()
|
D | ohci-nxp.c | 338 ohci_init_driver(&ohci_nxp_hc_driver, NULL); in ohci_nxp_init()
|
D | ohci-exynos.c | 299 ohci_init_driver(&exynos_ohci_hc_driver, &exynos_overrides); in ohci_exynos_init()
|
D | ohci-st.c | 336 ohci_init_driver(&ohci_platform_hc_driver, &platform_overrides); in ohci_platform_init()
|
D | ohci-omap.c | 500 ohci_init_driver(&ohci_omap_hc_driver, &omap_overrides); in ohci_omap_init()
|
D | ohci-s3c2410.c | 476 ohci_init_driver(&ohci_s3c2410_hc_driver, NULL); in ohci_s3c2410_init()
|
D | ohci-platform.c | 381 ohci_init_driver(&ohci_platform_hc_driver, &platform_overrides); in ohci_platform_init()
|
D | ohci-hcd.c | 1211 void ohci_init_driver(struct hc_driver *drv, in ohci_init_driver() function 1224 EXPORT_SYMBOL_GPL(ohci_init_driver);
|
D | ohci-pxa27x.c | 624 ohci_init_driver(&ohci_pxa27x_hc_driver, &pxa27x_overrides); in ohci_pxa27x_init()
|
D | ohci-at91.c | 668 ohci_init_driver(&ohci_at91_hc_driver, &ohci_at91_drv_overrides); in ohci_at91_init()
|
D | ohci.h | 734 extern void ohci_init_driver(struct hc_driver *drv,
|