Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci-pci.c264 xhci->quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW; in xhci_pci_quirks()
334 xhci->quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW; in xhci_pci_quirks()
453 if (xhci->quirks & XHCI_DEFAULT_PM_RUNTIME_ALLOW) in xhci_pci_probe()
475 if (xhci->quirks & XHCI_DEFAULT_PM_RUNTIME_ALLOW) in xhci_pci_remove()
Dxhci.h1889 #define XHCI_DEFAULT_PM_RUNTIME_ALLOW BIT_ULL(33) macro
/Linux-v6.1/drivers/usb/cdns3/
Dhost.c92 cdns->xhci_plat_data->quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW; in __cdns_host_init()