Searched refs:XHCI_PME_STUCK_QUIRK (Results 1 – 2 of 2) sorted by relevance
359 xhci->quirks |= XHCI_PME_STUCK_QUIRK; in xhci_pci_quirks()564 if (xhci->quirks & XHCI_PME_STUCK_QUIRK) in xhci_pci_setup()788 if (xhci->quirks & XHCI_PME_STUCK_QUIRK) in xhci_pci_suspend()839 if (xhci->quirks & XHCI_PME_STUCK_QUIRK) in xhci_pci_resume()
1597 #define XHCI_PME_STUCK_QUIRK BIT_ULL(20) macro