Searched refs:rdy_spinlock (Results 1 – 2 of 2) sorted by relevance
98 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_next_buf()105 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_next_buf()119 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_buf_remove()126 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_buf_remove()221 spin_lock_irqsave(&m2m_ctx->out_q_ctx.rdy_spinlock, flags); in v4l2_m2m_try_schedule()223 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, flags); in v4l2_m2m_try_schedule()229 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, flags); in v4l2_m2m_try_schedule()234 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, flags); in v4l2_m2m_try_schedule()555 spin_lock_init(&out_q_ctx->rdy_spinlock); in v4l2_m2m_ctx_init()556 spin_lock_init(&cap_q_ctx->rdy_spinlock); in v4l2_m2m_ctx_init()[all …]
61 spinlock_t rdy_spinlock; member