We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e2952 commit ffcba96Copy full SHA for ffcba96
doc/reference/power_management/index.rst
@@ -225,6 +225,16 @@ The four device power states:
225
Most device context is lost by the hardware. Device drivers must save and
226
restore or reinitialize any context lost by the hardware.
227
228
+:code:`PM_DEVICE_STATE_SUSPENDING`
229
+
230
+ Device is currently transitioning from :c:macro:`PM_DEVICE_STATE_ACTIVE` to
231
+ :c:macro:`PM_DEVICE_STATE_SUSPEND`.
232
233
+:code:`PM_DEVICE_STATE_RESUMING`
234
235
+ Device is currently transitioning from :c:macro:`PM_DEVICE_STATE_SUSPEND` to
236
+ :c:macro:`PM_DEVICE_STATE_ACTIVE`.
237
238
:code:`PM_DEVICE_STATE_OFF`
239
240
Power has been fully removed from the device. The device context is lost
0 commit comments