Home
last modified time | relevance | path

Searched refs:vc_suspend_state (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c2466 arm_state->vc_suspend_state = new_state; in set_suspend_state()
2552 return (arm_state->vc_suspend_state > VC_SUSPEND_IDLE) && in need_resume()
2578 switch (arm_state->vc_suspend_state) { in vchiq_arm_vcsuspend()
2593 suspend_state_names[arm_state->vc_suspend_state + in vchiq_arm_vcsuspend()
2627 if (arm_state->vc_suspend_state == VC_SUSPEND_REQUESTED && in vchiq_platform_check_suspend()
2653 if (arm_state->vc_suspend_state != VC_SUSPEND_SUSPENDED && in vchiq_check_suspend()
2724 if (arm_state->resume_blocked && arm_state->vc_suspend_state == in vchiq_use_internal()
2768 if (arm_state->vc_suspend_state <= VC_SUSPEND_REQUESTED) in vchiq_use_internal()
3016 enum vc_suspend_status vc_suspend_state; in vchiq_dump_service_use_state() local
3031 vc_suspend_state = arm_state->vc_suspend_state; in vchiq_dump_service_use_state()
[all …]
Dvchiq_arm.h53 enum vc_suspend_status vc_suspend_state; member