Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-mem2mem.c105 if (list_empty(&q_ctx->rdy_queue)) { in v4l2_m2m_next_buf()
110 b = list_first_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_next_buf()
126 if (list_empty(&q_ctx->rdy_queue)) { in v4l2_m2m_buf_remove()
130 b = list_first_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_buf_remove()
241 if (list_empty(&m2m_ctx->out_q_ctx.rdy_queue) in v4l2_m2m_try_schedule()
250 if (list_empty(&m2m_ctx->cap_q_ctx.rdy_queue) in v4l2_m2m_try_schedule()
529 INIT_LIST_HEAD(&q_ctx->rdy_queue); in v4l2_m2m_streamoff()
721 INIT_LIST_HEAD(&out_q_ctx->rdy_queue); in v4l2_m2m_ctx_init()
722 INIT_LIST_HEAD(&cap_q_ctx->rdy_queue); in v4l2_m2m_ctx_init()
782 list_add_tail(&b->list, &q_ctx->rdy_queue); in v4l2_m2m_buf_queue()
/linux-4.4.14/include/media/
Dv4l2-mem2mem.h64 struct list_head rdy_queue; member