Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-pci.c318 xhci->quirks |= XHCI_U2_DISABLE_WAKE; in xhci_pci_quirks()
H A Dxhci-hub.c1798 if ((xhci->quirks & XHCI_U2_DISABLE_WAKE) && in xhci_bus_suspend()
H A Dxhci.h1605 #define XHCI_U2_DISABLE_WAKE BIT_ULL(27) macro