linux-stable/Documentation/power
Krzysztof Wilczyński 3789af9a13 PCI/PM: Rename pci_dev.d3_delay to d3hot_delay
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>
2020-09-29 14:21:50 -05:00
..
powercap powercap: Add Power Limit4 support 2020-07-27 14:17:36 +02:00
regulator
apm-acpi.rst
basic-pm-debugging.rst
charger-manager.rst
drivers-testing.rst
energy-model.rst Documentation: power: update Energy Model description 2020-06-24 17:16:42 +02:00
freezing-of-tasks.rst
index.rst
opp.rst
pci.rst PCI/PM: Rename pci_dev.d3_delay to d3hot_delay 2020-09-29 14:21:50 -05:00
pm_qos_interface.rst
power_supply_class.rst
runtime_pm.rst
s2ram.rst
suspend-and-cpuhotplug.rst cpu/hotplug: Remove disable_nonboot_cpus() 2020-05-07 15:18:40 +02:00
suspend-and-interrupts.rst
swsusp-and-swap-files.rst
swsusp-dmcrypt.rst
swsusp.rst
tricks.rst
userland-swsusp.rst
video.rst