Home
last modified time | relevance | path

Searched refs:XHCI_DEFAULT_PM_RUNTIME_ALLOW (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci-pci.c216 xhci->quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW; in xhci_pci_quirks()
366 if (xhci->quirks & XHCI_DEFAULT_PM_RUNTIME_ALLOW) in xhci_pci_probe()
387 if (xhci->quirks & XHCI_DEFAULT_PM_RUNTIME_ALLOW) in xhci_pci_remove()
Dxhci.h1867 #define XHCI_DEFAULT_PM_RUNTIME_ALLOW BIT_ULL(33) macro