Lines Matching defs:state_info
60 psci_power_state_t state_info = { {PSCI_LOCAL_STATE_RUN} };
68 rc = psci_validate_power_state(power_state, &state_info);
80 assert(psci_validate_suspend_req(&state_info, is_power_down_state)
83 target_pwrlvl = psci_find_target_suspend_lvl(&state_info);
98 cpu_pd_state = state_info.pwr_domain_state[PSCI_CPU_PWR_LVL];
109 &state_info, prev);
114 plat_psci_stat_accounting_start(&state_info);
145 plat_psci_stat_accounting_stop(&state_info);
148 psci_stats_update_pwr_up(PSCI_CPU_PWR_LVL, &state_info);
172 &state_info,
182 psci_power_state_t state_info;
195 psci_query_sys_suspend_pwrstate(&state_info);
201 if (psci_find_target_suspend_lvl(&state_info) < PLAT_MAX_PWR_LVL)
205 assert(psci_validate_suspend_req(&state_info, PSTATE_TYPE_POWERDOWN)
208 state_info.pwr_domain_state[PLAT_MAX_PWR_LVL]) != 0);
217 &state_info,