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;
558 m2m_ctx->out_q_ctx.buffered = buffered;
599 spin_lock_irqsave(&m2m_ctx->out_q_ctx.rdy_spinlock, flags);
600 num_buf_rdy = m2m_ctx->out_q_ctx.num_rdy;
601 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, flags);
641 return v4l2_m2m_next_buf(&m2m_ctx->out_q_ctx);
672 return v4l2_m2m_last_buf(&m2m_ctx->out_q_ctx);
704 list_for_each_entry(b, &m2m_ctx->out_q_ctx.rdy_queue, list)
726 list_for_each_entry_safe(b, n, &m2m_ctx->out_q_ctx.rdy_queue, list)
736 return &m2m_ctx->out_q_ctx.q;
767 return v4l2_m2m_buf_remove(&m2m_ctx->out_q_ctx);
802 v4l2_m2m_buf_remove_by_buf(&m2m_ctx->out_q_ctx, vbuf);
824 return v4l2_m2m_buf_remove_by_idx(&m2m_ctx->out_q_ctx, idx);