Home
last modified time | relevance | path

Searched refs:usb_amd_quirk_pll_check (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dpci-quirks.h12 bool usb_amd_quirk_pll_check(void);
H A Dehci-pci.c154 if (usb_amd_quirk_pll_check()) in ehci_pci_setup()
191 if (usb_amd_quirk_pll_check()) in ehci_pci_setup()
H A Dohci-pci.c155 if (usb_amd_quirk_pll_check()) in ohci_quirk_amd700()
H A Dpci-quirks.c321 bool usb_amd_quirk_pll_check(void) in usb_amd_quirk_pll_check() function
326 EXPORT_SYMBOL_GPL(usb_amd_quirk_pll_check);
H A Dxhci-pci.c355 if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_quirk_pll_check()) in xhci_pci_quirks()