pm: Rename pm_power_state_set
Aligning with the rest of PM API, replace pm_power_state_set with pm_state_set. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
bd3ee8608c
commit
89fee61b43
25 changed files with 32 additions and 32 deletions
|
@ -20,7 +20,7 @@
|
|||
LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL);
|
||||
|
||||
/* Invoke Low Power/System Off specific Tasks */
|
||||
__weak void pm_power_state_set(enum pm_state state, uint8_t substate_id)
|
||||
__weak void pm_state_set(enum pm_state state, uint8_t substate_id)
|
||||
{
|
||||
if (info->state != PM_STATE_SUSPEND_TO_IDLE) {
|
||||
LOG_DBG("Unsupported power state %u", state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue