Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-pci.c169 xhci->quirks |= XHCI_SPURIOUS_WAKEUP; in xhci_pci_quirks()
343 if (xhci->quirks & XHCI_SPURIOUS_WAKEUP) in xhci_pci_remove()
463 if (xhci->quirks & XHCI_SPURIOUS_WAKEUP) in xhci_pci_shutdown()
Dxhci.h1639 #define XHCI_SPURIOUS_WAKEUP (1 << 18) macro
Dxhci.c748 if (xhci->quirks & XHCI_SPURIOUS_WAKEUP) in xhci_shutdown()