diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-11-14 16:56:40 +0100 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-11-14 16:56:40 +0100 |
| commit | bdfacf441b04937656d6c1ad13f7e59c4f57b76a (patch) | |
| tree | 27077cdd6c954d9d6a8cc9c0d171037771e2a069 /Documentation | |
| parent | 58ca21d591994c4d1f9cb522397533927feef262 (diff) | |
| parent | 4e48e7baa3a1ac6f21f2fde78e9ca8778f9aa14c (diff) | |
Merge back earlier runtime PM changes for 6.19
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/power/runtime_pm.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/power/runtime_pm.rst b/Documentation/power/runtime_pm.rst index c8dbdb8595e5..8246df3cecd7 100644 --- a/Documentation/power/runtime_pm.rst +++ b/Documentation/power/runtime_pm.rst @@ -480,16 +480,6 @@ drivers/base/power/runtime.c and include/linux/pm_runtime.h: `bool pm_runtime_status_suspended(struct device *dev);` - return true if the device's runtime PM status is 'suspended' - `void pm_runtime_allow(struct device *dev);` - - set the power.runtime_auto flag for the device and decrease its usage - counter (used by the /sys/devices/.../power/control interface to - effectively allow the device to be power managed at run time) - - `void pm_runtime_forbid(struct device *dev);` - - unset the power.runtime_auto flag for the device and increase its usage - counter (used by the /sys/devices/.../power/control interface to - effectively prevent the device from being power managed at run time) - `void pm_runtime_no_callbacks(struct device *dev);` - set the power.no_callbacks flag for the device and remove the runtime PM attributes from /sys/devices/.../power (or prevent them from being |
