Lines Matching refs:devices
7 Device power management (PM) on Zephyr is a feature that enables devices to
23 In this method, the application or any component that deals with devices directly
25 saves power if some devices that are not in use can be turned off or put
27 active. The components that use the devices need to be power aware and should
33 devices are already put in the appropriate power state by the application or
34 component managing the devices.
47 subsystem will suspend devices before changing state. The subsystem takes care
48 of suspending devices following their initialization order, ensuring that
50 from a sleep state, devices are resumed in the opposite order that they were
79 state and devices are resumed by the first core that becomes active.
127 Drivers initialize devices using macros. See :ref:`device_model_api` for
193 subsystem can suspend devices, as described in :ref:`pm-device-system-pm`. This
208 Some devices are capable of waking the system up from a sleep state.
230 By default, "wakeup" capable devices do not have this functionality enabled
237 devices that should not be suspended.
245 subsystem ensures that a domain is resumed before and suspended after devices