Home
last modified time | relevance | path

Searched refs:pci_pm_d3hot_delay (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.h194 extern unsigned int pci_pm_d3hot_delay;
H A Dpci.c49 unsigned int pci_pm_d3hot_delay; variable
68 if (delay < pci_pm_d3hot_delay) in pci_dev_d3_sleep()
69 delay = pci_pm_d3hot_delay; in pci_dev_d3_sleep()
H A Dquirks.c1912 pci_pm_d3hot_delay = 120; in quirk_intel_pcie_pm()
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci.h166 extern unsigned int pci_pm_d3hot_delay;
H A Dpci.c52 unsigned int pci_pm_d3hot_delay; variable
84 unsigned int delay_ms = max(dev->d3hot_delay, pci_pm_d3hot_delay); in pci_dev_d3_sleep()
H A Dquirks.c1999 pci_pm_d3hot_delay = 120; in quirk_intel_pcie_pm()

Completed in 33 milliseconds