Home
last modified time | relevance | path

Searched refs:xhci_init_driver (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-histb.c387 xhci_init_driver(&xhci_histb_hc_driver, &xhci_histb_overrides); in xhci_histb_init()
H A Dxhci-plat.c577 xhci_init_driver(&xhci_plat_hc_driver, &xhci_plat_overrides); in xhci_plat_init()
H A Dxhci-mtk.c866 xhci_init_driver(&xhci_mtk_hc_driver, &xhci_mtk_overrides); in xhci_mtk_init()
H A Dxhci-pci.c998 xhci_init_driver(&xhci_pci_hc_driver, &xhci_pci_overrides); in xhci_pci_init()
H A Dxhci.h2137 void xhci_init_driver(struct hc_driver *drv,
H A Dxhci.c5349 void xhci_init_driver(struct hc_driver *drv, in xhci_init_driver() function
5377 EXPORT_SYMBOL_GPL(xhci_init_driver);
H A Dxhci-tegra.c2771 xhci_init_driver(&tegra_xhci_hc_driver, &tegra_xhci_overrides); in tegra_xusb_init()