Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/platform/samsung/exynos-gsc/
Dgsc-m2m.c37 gsc_ctx_state_lock_set(GSC_CTX_STOP_REQ, ctx); in gsc_m2m_ctx_stop_req()
39 !gsc_ctx_state_is_set(GSC_CTX_STOP_REQ, ctx), in gsc_m2m_ctx_stop_req()
51 gsc_ctx_state_lock_clear(GSC_CTX_STOP_REQ | GSC_CTX_ABORT, ctx); in __gsc_m2m_job_abort()
168 is_set = ctx->state & GSC_CTX_STOP_REQ; in gsc_m2m_device_run()
170 ctx->state &= ~GSC_CTX_STOP_REQ; in gsc_m2m_device_run()
Dgsc-core.h46 #define GSC_CTX_STOP_REQ (1 << 6) macro
Dgsc-core.c893 if (ctx->state & GSC_CTX_STOP_REQ) { in gsc_irq_handler()
894 ctx->state &= ~GSC_CTX_STOP_REQ; in gsc_irq_handler()