Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-pci.c171 xhci->quirks |= XHCI_SUSPEND_DELAY; in xhci_pci_quirks()
Dxhci.h1898 #define XHCI_SUSPEND_DELAY BIT_ULL(30) macro
Dxhci.c1025 if (xhci->quirks & XHCI_SUSPEND_DELAY) in xhci_suspend()