Lines Matching refs:out_q_ctx
89 * @out_q_ctx: Output (input from memory) queue context
115 struct v4l2_m2m_queue_ctx out_q_ctx;
553 m2m_ctx->out_q_ctx.buffered = buffered;
594 spin_lock_irqsave(&m2m_ctx->out_q_ctx.rdy_spinlock, flags);
595 num_buf_rdy = m2m_ctx->out_q_ctx.num_rdy;
596 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, flags);
636 return v4l2_m2m_next_buf(&m2m_ctx->out_q_ctx);
667 return v4l2_m2m_last_buf(&m2m_ctx->out_q_ctx);
699 list_for_each_entry(b, &m2m_ctx->out_q_ctx.rdy_queue, list)
721 list_for_each_entry_safe(b, n, &m2m_ctx->out_q_ctx.rdy_queue, list)
731 return &m2m_ctx->out_q_ctx.q;
762 return v4l2_m2m_buf_remove(&m2m_ctx->out_q_ctx);
797 v4l2_m2m_buf_remove_by_buf(&m2m_ctx->out_q_ctx, vbuf);
819 return v4l2_m2m_buf_remove_by_idx(&m2m_ctx->out_q_ctx, idx);