Searched refs:out_q_ctx (Results 1 – 2 of 2) sorted by relevance
81 struct v4l2_m2m_queue_ctx out_q_ctx; member152 m2m_ctx->out_q_ctx.buffered = buffered; in v4l2_m2m_set_src_buffered()175 return m2m_ctx->out_q_ctx.num_rdy; in v4l2_m2m_num_src_bufs_ready()200 return v4l2_m2m_next_buf(&m2m_ctx->out_q_ctx); in v4l2_m2m_next_src_buf()222 return &m2m_ctx->out_q_ctx.q; in v4l2_m2m_get_src_vq()246 return v4l2_m2m_buf_remove(&m2m_ctx->out_q_ctx); in v4l2_m2m_src_buf_remove()
74 return &m2m_ctx->out_q_ctx; in get_queue_ctx()219 if (!m2m_ctx->out_q_ctx.q.streaming in v4l2_m2m_try_schedule()240 spin_lock_irqsave(&m2m_ctx->out_q_ctx.rdy_spinlock, flags_out); in v4l2_m2m_try_schedule()241 if (list_empty(&m2m_ctx->out_q_ctx.rdy_queue) in v4l2_m2m_try_schedule()242 && !m2m_ctx->out_q_ctx.buffered) { in v4l2_m2m_try_schedule()243 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, in v4l2_m2m_try_schedule()254 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, in v4l2_m2m_try_schedule()261 spin_unlock_irqrestore(&m2m_ctx->out_q_ctx.rdy_spinlock, flags_out); in v4l2_m2m_try_schedule()707 struct v4l2_m2m_queue_ctx *out_q_ctx, *cap_q_ctx; in v4l2_m2m_ctx_init() local718 out_q_ctx = &m2m_ctx->out_q_ctx; in v4l2_m2m_ctx_init()[all …]