Lines Matching full:power
22 * @brief System and device power management
23 * @defgroup subsys_pm Power Management (PM)
31 * @brief System Power Management API
39 * Power management notifier struct
42 * exits power states.
60 * for power state entry.
65 * for power state exit.
72 * @brief Force usage of given power state.
75 * usage of given power state upon next entry of the idle thread.
80 * @param info Power state which should be used in the ongoing
86 * @brief Register a power management notifier
88 * Register the given notifier from the power management notification
96 * @brief Unregister a power management notifier
98 * Remove the given notifier from the power management notification
109 * @brief Gets the next power state that will be used.
111 * This function returns the next power state that will be used by the
129 * This is required for cpu power states that would require
130 * interrupts to be enabled while entering low power states. e.g. C1 in x86. In
148 * @brief System Power Management Hooks
155 * @brief Put processor into a power state.
158 * to put the processor into available power states.
160 * @param state Power state.
161 * @param substate_id Power substate id.
173 * @param state Power state.
174 * @param substate_id Power substate id.