Searched refs:vc_suspend_state (Results 1 – 2 of 2) sorted by relevance
1828 arm_state->vc_suspend_state = new_state; in set_suspend_state()1917 return (arm_state->vc_suspend_state > VC_SUSPEND_IDLE) && in need_resume()2012 switch (arm_state->vc_suspend_state) { in vchiq_arm_vcsuspend()2027 suspend_state_names[arm_state->vc_suspend_state + in vchiq_arm_vcsuspend()2187 if (arm_state->vc_suspend_state > VC_SUSPEND_IDLE) { in vchiq_arm_force_suspend()2207 suspend_state_names[arm_state->vc_suspend_state + in vchiq_arm_force_suspend()2211 if (arm_state->vc_suspend_state < VC_SUSPEND_IDLE) in vchiq_arm_force_suspend()2451 if (arm_state->vc_suspend_state <= VC_SUSPEND_REQUESTED) in vchiq_use_internal()2657 enum vc_suspend_status vc_suspend_state; in vchiq_dump_service_use_state() local2672 vc_suspend_state = arm_state->vc_suspend_state; in vchiq_dump_service_use_state()[all …]
80 enum vc_suspend_status vc_suspend_state; member