Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-pci.c257 xhci->quirks |= XHCI_SLOW_SUSPEND; in xhci_pci_quirks()
H A Dxhci.h1605 #define XHCI_SLOW_SUSPEND BIT_ULL(17) macro
H A Dxhci.c933 delay *= (xhci->quirks & XHCI_SLOW_SUSPEND) ? 10 : 1; in xhci_suspend()