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

/freebsd-11.0-release/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.h80 enum vc_suspend_status vc_suspend_state; member in struct:vchiq_arm_state_struct
H A Dvchiq_arm.c1810 arm_state->vc_suspend_state = new_state;
1899 return (arm_state->vc_suspend_state > VC_SUSPEND_IDLE) &&
1994 switch (arm_state->vc_suspend_state) {
2009 suspend_state_names[arm_state->vc_suspend_state +
2043 if (arm_state->vc_suspend_state == VC_SUSPEND_REQUESTED &&
2121 if (arm_state->vc_suspend_state == VC_SUSPEND_SUSPENDED) {
2127 } else if (arm_state->vc_suspend_state <= VC_SUSPEND_IDLE) {
2169 if (arm_state->vc_suspend_state > VC_SUSPEND_IDLE) {
2185 if (arm_state->vc_suspend_state != VC_SUSPEND_SUSPENDED) {
2189 suspend_state_names[arm_state->vc_suspend_state
2639 enum vc_suspend_status vc_suspend_state; local
[all...]

Completed in 109 milliseconds