Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-pci.c155 xhci->quirks |= XHCI_PME_STUCK_QUIRK; in xhci_pci_quirks()
279 if (xhci->quirks & XHCI_PME_STUCK_QUIRK) in xhci_pci_probe()
383 if (xhci->quirks & XHCI_PME_STUCK_QUIRK) in xhci_pci_suspend()
426 if (xhci->quirks & XHCI_PME_STUCK_QUIRK) in xhci_pci_resume()
Dxhci.h1573 #define XHCI_PME_STUCK_QUIRK (1 << 20) macro