Home
last modified time | relevance | path

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

/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c28 #define BDISP_CTX_STOP_REQ BIT(3) /* Stop request */ macro
222 bdisp_ctx_state_lock_set(BDISP_CTX_STOP_REQ, ctx); in bdisp_ctx_stop_req()
225 !bdisp_ctx_state_is_set(BDISP_CTX_STOP_REQ, ctx), in bdisp_ctx_stop_req()
242 bdisp_ctx_state_lock_clear(BDISP_CTX_STOP_REQ | BDISP_CTX_ABORT, in __bdisp_job_abort()
326 if (ctx->state & BDISP_CTX_STOP_REQ) { in bdisp_device_run()
327 ctx->state &= ~BDISP_CTX_STOP_REQ; in bdisp_device_run()
1117 if (bdisp_ctx_state_is_set(BDISP_CTX_STOP_REQ, ctx)) { in bdisp_irq_thread()
1118 bdisp_ctx_state_lock_clear(BDISP_CTX_STOP_REQ, ctx); in bdisp_irq_thread()