Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-histb.c179 return xhci_gen_setup(hcd, NULL); in xhci_histb_setup()
H A Dxhci-plat.c105 return xhci_gen_setup(hcd, xhci_plat_quirks); in xhci_plat_setup()
H A Dxhci-mtk.c489 ret = xhci_gen_setup(hcd, xhci_mtk_quirks); in xhci_mtk_setup()
H A Dxhci-pci.c578 retval = xhci_gen_setup(hcd, xhci_pci_quirks); in xhci_pci_setup()
H A Dxhci.h1877 int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks);
H A Dxhci.c5414 int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks) in xhci_gen_setup() function
5541 EXPORT_SYMBOL_GPL(xhci_gen_setup);
H A Dxhci-tegra.c2750 return xhci_gen_setup(hcd, tegra_xhci_quirks); in tegra_xhci_setup()