Home
last modified time | relevance | path

Searched refs:last_core_pd_id (Results 1 – 3 of 3) sorted by relevance

/SCP-firmware-master/module/system_power/src/
A Dmod_system_power.c80 fwk_id_t last_core_pd_id; member
283 &system_power_ctx.last_core_pd_id); in system_power_set_state()
361 system_power_ctx.last_core_pd_id, false, state); in soc_wakeup_handler()
/SCP-firmware-master/module/power_domain/include/
A Dmod_power_domain.h681 int (*get_last_core_pd_id)(fwk_id_t *last_core_pd_id);
/SCP-firmware-master/module/power_domain/src/
A Dmod_power_domain.c1657 static int pd_get_last_core_pd_id(fwk_id_t *last_core_pd_id) in pd_get_last_core_pd_id() argument
1660 if (last_core_pd_id == NULL) { in pd_get_last_core_pd_id()
1668 *last_core_pd_id = mod_pd_ctx.system_suspend.last_core_pd->id; in pd_get_last_core_pd_id()

Completed in 9 milliseconds