Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-pci.c227 xhci->quirks |= XHCI_PME_STUCK_QUIRK; in xhci_pci_quirks()
376 if (xhci->quirks & XHCI_PME_STUCK_QUIRK) in xhci_pci_setup()
568 if (xhci->quirks & XHCI_PME_STUCK_QUIRK) in xhci_pci_suspend()
616 if (xhci->quirks & XHCI_PME_STUCK_QUIRK) in xhci_pci_resume()
H A Dxhci.h1886 #define XHCI_PME_STUCK_QUIRK BIT_ULL(20) macro