* completion while videocore is suspended. */
set_resume_state(arm_state, VC_RESUME_RESUMED);
- init_completion(&arm_state->resume_blocker);
- /* Initialise to 'done' state. We only want to block on this
- * completion while resume is blocked */
- complete_all(&arm_state->resume_blocker);
-
init_completion(&arm_state->blocked_blocker);
/* Initialise to 'done' state. We only want to block on this
* completion while things are waiting on the resume blocker */
vchiq_videocore_wanted(state);
}
-static inline void
-unblock_resume(struct vchiq_arm_state *arm_state)
-{
- complete_all(&arm_state->resume_blocker);
-}
-
/* Initiate suspend via slot handler. Should be called with the write lock
* held */
enum vchiq_status