Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/media/
A Dv4l2-mem2mem.h68 struct list_head rdy_queue; member
681 list_for_each_entry(b, &m2m_ctx->cap_q_ctx.rdy_queue, list)
690 list_for_each_entry(b, &m2m_ctx->out_q_ctx.rdy_queue, list)
701 list_for_each_entry_safe(b, n, &m2m_ctx->cap_q_ctx.rdy_queue, list)
712 list_for_each_entry_safe(b, n, &m2m_ctx->out_q_ctx.rdy_queue, list)
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-mem2mem.c143 if (list_empty(&q_ctx->rdy_queue)) { in v4l2_m2m_next_buf()
148 b = list_first_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_next_buf()
161 if (list_empty(&q_ctx->rdy_queue)) { in v4l2_m2m_last_buf()
166 b = list_last_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_last_buf()
178 if (list_empty(&q_ctx->rdy_queue)) { in v4l2_m2m_buf_remove()
182 b = list_first_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_buf_remove()
214 list_for_each_entry_safe(b, tmp, &q_ctx->rdy_queue, list) { in v4l2_m2m_buf_remove_by_idx()
895 INIT_LIST_HEAD(&q_ctx->rdy_queue); in v4l2_m2m_streamoff()
1234 INIT_LIST_HEAD(&out_q_ctx->rdy_queue); in v4l2_m2m_ctx_init()
1235 INIT_LIST_HEAD(&cap_q_ctx->rdy_queue); in v4l2_m2m_ctx_init()
[all …]
/linux-6.3-rc2/drivers/media/platform/mediatek/jpeg/
A Dmtk_jpeg_enc_hw.c289 if (!list_empty(&ctx->fh.m2m_ctx->out_q_ctx.rdy_queue) || in mtk_jpegenc_hw_irq_handler()
290 !list_empty(&ctx->fh.m2m_ctx->cap_q_ctx.rdy_queue)) { in mtk_jpegenc_hw_irq_handler()

Completed in 8 milliseconds