Searched refs:ohci_init_driver (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ohci-spear.c | 178 ohci_init_driver(&ohci_spear_hc_driver, &spear_overrides); in ohci_spear_init()
|
H A D | ohci-nxp.c | 265 ohci_init_driver(&ohci_nxp_hc_driver, NULL); in ohci_nxp_init()
|
H A D | ohci-pci.c | 338 ohci_init_driver(&ohci_pci_hc_driver, &pci_overrides); in ohci_pci_init()
|
H A D | ohci-exynos.c | 278 ohci_init_driver(&exynos_ohci_hc_driver, &exynos_overrides); in ohci_exynos_init()
|
H A D | ohci-s3c2410.c | 474 ohci_init_driver(&ohci_s3c2410_hc_driver, NULL); in ohci_s3c2410_init()
|
H A D | ohci-omap.c | 415 ohci_init_driver(&ohci_omap_hc_driver, &omap_overrides); in ohci_omap_init()
|
H A D | ohci-pxa27x.c | 592 ohci_init_driver(&ohci_pxa27x_hc_driver, &pxa27x_overrides); in ohci_pxa27x_init()
|
H A D | ohci-da8xx.c | 552 ohci_init_driver(&ohci_da8xx_hc_driver, &da8xx_overrides); in ohci_da8xx_init()
|
H A D | ohci.h | 735 extern void ohci_init_driver(struct hc_driver *drv,
|
H A D | ohci-hcd.c | 1235 void ohci_init_driver(struct hc_driver *drv, in ohci_init_driver() function 1248 EXPORT_SYMBOL_GPL(ohci_init_driver);
|
H A D | ohci-at91.c | 702 ohci_init_driver(&ohci_at91_hc_driver, &ohci_at91_drv_overrides); in ohci_at91_init()
|