Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1828 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() local
2672 vc_suspend_state = arm_state->vc_suspend_state; in vchiq_dump_service_use_state()
[all …]
H A Dvchiq_arm.h80 enum vc_suspend_status vc_suspend_state; member