Home
last modified time | relevance | path

Searched refs:XHCI_PME_STUCK_QUIRK (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci-pci.c190 xhci->quirks |= XHCI_PME_STUCK_QUIRK; in xhci_pci_quirks()
360 if (xhci->quirks & XHCI_PME_STUCK_QUIRK) in xhci_pci_probe()
471 if (xhci->quirks & XHCI_PME_STUCK_QUIRK) in xhci_pci_suspend()
514 if (xhci->quirks & XHCI_PME_STUCK_QUIRK) in xhci_pci_resume()
Dxhci.h1853 #define XHCI_PME_STUCK_QUIRK BIT_ULL(20) macro