Home
last modified time | relevance | path

Searched refs:ohci_init_driver (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-spear.c178 ohci_init_driver(&ohci_spear_hc_driver, &spear_overrides); in ohci_spear_init()
H A Dohci-nxp.c265 ohci_init_driver(&ohci_nxp_hc_driver, NULL); in ohci_nxp_init()
H A Dohci-pci.c338 ohci_init_driver(&ohci_pci_hc_driver, &pci_overrides); in ohci_pci_init()
H A Dohci-exynos.c278 ohci_init_driver(&exynos_ohci_hc_driver, &exynos_overrides); in ohci_exynos_init()
H A Dohci-s3c2410.c474 ohci_init_driver(&ohci_s3c2410_hc_driver, NULL); in ohci_s3c2410_init()
H A Dohci-omap.c415 ohci_init_driver(&ohci_omap_hc_driver, &omap_overrides); in ohci_omap_init()
H A Dohci-pxa27x.c592 ohci_init_driver(&ohci_pxa27x_hc_driver, &pxa27x_overrides); in ohci_pxa27x_init()
H A Dohci-da8xx.c552 ohci_init_driver(&ohci_da8xx_hc_driver, &da8xx_overrides); in ohci_da8xx_init()
H A Dohci.h735 extern void ohci_init_driver(struct hc_driver *drv,
H A Dohci-hcd.c1235 void ohci_init_driver(struct hc_driver *drv, in ohci_init_driver() function
1248 EXPORT_SYMBOL_GPL(ohci_init_driver);
H A Dohci-at91.c702 ohci_init_driver(&ohci_at91_hc_driver, &ohci_at91_drv_overrides); in ohci_at91_init()