Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-pci.c190 xhci->quirks |= XHCI_U2_DISABLE_WAKE; in xhci_pci_quirks()
H A Dxhci-hub.c1707 if ((xhci->quirks & XHCI_U2_DISABLE_WAKE) && in xhci_bus_suspend()
H A Dxhci.h1894 #define XHCI_U2_DISABLE_WAKE BIT_ULL(27) macro