Lines Matching refs:rdy_queue
143 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()
898 INIT_LIST_HEAD(&q_ctx->rdy_queue); in v4l2_m2m_streamoff()
1243 INIT_LIST_HEAD(&out_q_ctx->rdy_queue); in v4l2_m2m_ctx_init()
1244 INIT_LIST_HEAD(&cap_q_ctx->rdy_queue); in v4l2_m2m_ctx_init()
1296 list_add_tail(&b->list, &q_ctx->rdy_queue); in v4l2_m2m_buf_queue()