Home
last modified time | relevance | path

Searched refs:XHCI_SPURIOUS_WAKEUP (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-pci.c348 xhci->quirks |= XHCI_SPURIOUS_WAKEUP; in xhci_pci_quirks()
682 set_power_d3 = xhci->quirks & XHCI_SPURIOUS_WAKEUP; in xhci_pci_remove()
903 if (xhci->quirks & XHCI_SPURIOUS_WAKEUP) in xhci_pci_shutdown()
Dxhci.h1594 #define XHCI_SPURIOUS_WAKEUP BIT_ULL(18) macro
Dxhci.c694 if (xhci->quirks & XHCI_SPURIOUS_WAKEUP || in xhci_shutdown()