Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-pci.c242 xhci->quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW; in xhci_pci_quirks()
411 if (xhci->quirks & XHCI_DEFAULT_PM_RUNTIME_ALLOW) in xhci_pci_probe()
435 if (xhci->quirks & XHCI_DEFAULT_PM_RUNTIME_ALLOW) in xhci_pci_remove()
Dxhci.h1875 #define XHCI_DEFAULT_PM_RUNTIME_ALLOW BIT_ULL(33) macro