Searched refs:vc_suspend_state (Results 1 – 2 of 2) sorted by relevance
2601 arm_state->vc_suspend_state = new_state; in set_suspend_state()2687 return (arm_state->vc_suspend_state > VC_SUSPEND_IDLE) && in need_resume()2779 switch (arm_state->vc_suspend_state) { in vchiq_arm_vcsuspend()2794 suspend_state_names[arm_state->vc_suspend_state + in vchiq_arm_vcsuspend()2828 if (arm_state->vc_suspend_state == VC_SUSPEND_REQUESTED && in vchiq_platform_check_suspend()2906 if (arm_state->vc_suspend_state == VC_SUSPEND_SUSPENDED) { in vchiq_arm_force_suspend()2912 } else if (arm_state->vc_suspend_state <= VC_SUSPEND_IDLE) { in vchiq_arm_force_suspend()2954 if (arm_state->vc_suspend_state > VC_SUSPEND_IDLE) { in vchiq_arm_force_suspend()2970 if (arm_state->vc_suspend_state != VC_SUSPEND_SUSPENDED) { in vchiq_arm_force_suspend()2974 suspend_state_names[arm_state->vc_suspend_state + in vchiq_arm_force_suspend()[all …]
81 enum vc_suspend_status vc_suspend_state; member