Lines Matching refs:runtime
1 .. _pm-device-runtime:
9 The device runtime power management (PM) framework is an active power management
17 When device runtime power management is enabled on a device, its state will be
29 For devices on a power domain (via the devicetree 'power-domains' property), device runtime
34 For the previous to automatically control the power domain state, device runtime PM must be enabled
35 on the power domain device (either through the ``zephyr,pm-device-runtime-auto`` devicetree property
58 The device runtime power management framework has been designed to minimize
62 device. An application can, however, decide when to disable or enable runtime
69 When runtime PM is enabled on a device it will no longer be resumed or suspended
71 indicate when it needs a device and when it does not. The device runtime PM API
81 As of today, the device runtime power management API does not manage device
148 To enable device runtime power management on a device, the driver needs to call
167 /* enable device runtime power management */
174 Device runtime power management can also be automatically enabled on a device
175 instance by adding the ``zephyr,pm-device-runtime-auto`` flag onto the corresponding
183 zephyr,pm-device-runtime-auto;
233 Some helpful examples showing device runtime power management features: