Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dxhci-pci.c361 xhci->quirks |= XHCI_SUSPEND_DELAY; in xhci_pci_quirks()
Dxhci.h1893 #define XHCI_SUSPEND_DELAY BIT_ULL(30) macro
Dxhci.c883 if (xhci->quirks & XHCI_SUSPEND_DELAY) in xhci_suspend()