doc: fix broken formatting in power_management.rst
Change-Id: Ifff791dfb3b132e83fbd275f79b54dc09feffb9a Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
bde2899f99
commit
9cd82a7d21
1 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
.. _power_management
|
.. _power_management:
|
||||||
|
|
||||||
Power Management
|
Power Management
|
||||||
################
|
################
|
||||||
|
@ -598,21 +598,21 @@ Policy Decision Summary
|
||||||
+---------------------------------+---------------------------------------+
|
+---------------------------------+---------------------------------------+
|
||||||
| PM operations | Policy and Return Code |
|
| PM operations | Policy and Return Code |
|
||||||
+=================================+=======================================+
|
+=================================+=======================================+
|
||||||
| Suspend some devices and | :code:`SYS_PM_LOW_POWER_STATE` |
|
| Suspend some devices and | :code:`SYS_PM_LOW_POWER_STATE` |
|
||||||
| | |
|
| | |
|
||||||
| Enter Low Power State | |
|
| Enter Low Power State | |
|
||||||
+---------------------------------+---------------------------------------+
|
+---------------------------------+---------------------------------------+
|
||||||
| Suspend all devices and | :code:`SYS_PM_LOW_POWER_STATE` |
|
| Suspend all devices and | :code:`SYS_PM_LOW_POWER_STATE` |
|
||||||
| | |
|
| | |
|
||||||
| Enter Low Power State | |
|
| Enter Low Power State | |
|
||||||
+---------------------------------+---------------------------------------+
|
+---------------------------------+---------------------------------------+
|
||||||
| Suspend all devices and | :code:`SYS_PM_DEEP_SLEEP` |
|
| Suspend all devices and | :code:`SYS_PM_DEEP_SLEEP` |
|
||||||
| | |
|
| | |
|
||||||
| Enter Deep Sleep | |
|
| Enter Deep Sleep | |
|
||||||
+---------------------------------+---------------------------------------+
|
+---------------------------------+---------------------------------------+
|
||||||
| Suspend some or all devices and | :code:`SYS_PM_DEVICE_SUSPEND_ONLY` |
|
| Suspend some or all devices and | :code:`SYS_PM_DEVICE_SUSPEND_ONLY` |
|
||||||
| | |
|
| | |
|
||||||
| No CPU/SoC PM Operation | |
|
| No CPU/SoC PM Operation | |
|
||||||
+---------------------------------+---------------------------------------+
|
+---------------------------------+---------------------------------------+
|
||||||
| No PM operation | :code:`SYS_PM_NOT_HANDLED` |
|
| No PM operation | :code:`SYS_PM_NOT_HANDLED` |
|
||||||
+---------------------------------+---------------------------------------+
|
+---------------------------------+---------------------------------------+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue