mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
3789af9a13
PCI devices support two variants of the D3 power state: D3hot (main power present) D3cold (main power removed). Previously struct pci_dev contained: unsigned int d3_delay; /* D3->D0 transition time in ms */ unsigned int d3cold_delay; /* D3cold->D0 transition time in ms */ "d3_delay" refers specifically to the D3hot state. Rename it to "d3hot_delay" to avoid ambiguity and align with the ACPI "_DSM for Specifying Device Readiness Durations" in the PCI Firmware spec r3.2, sec 4.6.9. There is no change to the functionality. Link: https://lore.kernel.org/r/20200730210848.1578826-1-kw@linux.com Signed-off-by: Krzysztof Wilczyński <kw@linux.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> |
||
---|---|---|
.. | ||
powercap | ||
regulator | ||
apm-acpi.rst | ||
basic-pm-debugging.rst | ||
charger-manager.rst | ||
drivers-testing.rst | ||
energy-model.rst | ||
freezing-of-tasks.rst | ||
index.rst | ||
opp.rst | ||
pci.rst | ||
pm_qos_interface.rst | ||
power_supply_class.rst | ||
runtime_pm.rst | ||
s2ram.rst | ||
suspend-and-cpuhotplug.rst | ||
suspend-and-interrupts.rst | ||
swsusp-and-swap-files.rst | ||
swsusp-dmcrypt.rst | ||
swsusp.rst | ||
tricks.rst | ||
userland-swsusp.rst | ||
video.rst |