Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-pci.c133 xhci->quirks |= XHCI_SUSPEND_DELAY; in xhci_pci_quirks()
Dxhci.h1846 #define XHCI_SUSPEND_DELAY BIT_ULL(30) macro
Dxhci.c994 if (xhci->quirks & XHCI_SUSPEND_DELAY) in xhci_suspend()