Lines Matching defs:target_state
44 void imx_pwr_domain_off(const psci_power_state_t *target_state)
59 void imx_domain_suspend(const psci_power_state_t *target_state)
65 if (is_local_state_off(CORE_PWR_STATE(target_state))) {
76 if (is_local_state_off(CLUSTER_PWR_STATE(target_state)))
77 imx_set_cluster_powerdown(core_id, CLUSTER_PWR_STATE(target_state));
81 if (is_local_state_retn(SYSTEM_PWR_STATE(target_state))) {
88 void imx_domain_suspend_finish(const psci_power_state_t *target_state)
94 if (is_local_state_retn(SYSTEM_PWR_STATE(target_state))) {
102 if (is_local_state_off(CLUSTER_PWR_STATE(target_state)))
108 if (is_local_state_off(CORE_PWR_STATE(target_state))) {