Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/
Dv4l2-mem2mem.h70 struct list_head rdy_queue; member
503 list_for_each_entry(b, &m2m_ctx->cap_q_ctx.rdy_queue, list)
512 list_for_each_entry(b, &m2m_ctx->out_q_ctx.rdy_queue, list)
523 list_for_each_entry_safe(b, n, &m2m_ctx->cap_q_ctx.rdy_queue, list)
534 list_for_each_entry_safe(b, n, &m2m_ctx->out_q_ctx.rdy_queue, list)
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-mem2mem.c139 if (list_empty(&q_ctx->rdy_queue)) { in v4l2_m2m_next_buf()
144 b = list_first_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_next_buf()
157 if (list_empty(&q_ctx->rdy_queue)) { in v4l2_m2m_last_buf()
162 b = list_last_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_last_buf()
174 if (list_empty(&q_ctx->rdy_queue)) { in v4l2_m2m_buf_remove()
178 b = list_first_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_buf_remove()
210 list_for_each_entry_safe(b, tmp, &q_ctx->rdy_queue, list) { in v4l2_m2m_buf_remove_by_idx()
312 if (list_empty(&m2m_ctx->out_q_ctx.rdy_queue) in __v4l2_m2m_try_queue()
321 if (list_empty(&m2m_ctx->cap_q_ctx.rdy_queue) in __v4l2_m2m_try_queue()
602 INIT_LIST_HEAD(&q_ctx->rdy_queue); in v4l2_m2m_streamoff()
[all …]