Home
last modified time | relevance | path

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

/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.c646 xhci_init_driver(&xhci_plat_hc_driver, &xhci_plat_overrides); in xhci_plat_init()
H A Dxhci-mtk.c865 xhci_init_driver(&xhci_mtk_hc_driver, &xhci_mtk_overrides); in xhci_mtk_init()
H A Dxhci-pci.c969 xhci_init_driver(&xhci_pci_hc_driver, &xhci_pci_overrides); in xhci_pci_init()
H A Dxhci.h1880 void xhci_init_driver(struct hc_driver *drv,
H A Dxhci.c5631 void xhci_init_driver(struct hc_driver *drv, in xhci_init_driver() function
5659 EXPORT_SYMBOL_GPL(xhci_init_driver);
H A Dxhci-tegra.c2835 xhci_init_driver(&tegra_xhci_hc_driver, &tegra_xhci_overrides); in tegra_xusb_init()