Lines Matching refs:vb2_queue

123 struct vb2_queue *v4l2_m2m_get_vq(struct v4l2_m2m_ctx *m2m_ctx,  in v4l2_m2m_get_vq()
578 struct vb2_queue *vq; in v4l2_m2m_reqbufs()
592 static void v4l2_m2m_adjust_mem_offset(struct vb2_queue *vq, in v4l2_m2m_adjust_mem_offset()
612 struct vb2_queue *vq; in v4l2_m2m_querybuf()
692 struct vb2_queue *q) in v4l2_m2m_update_start_streaming_state()
705 struct vb2_queue *q) in v4l2_m2m_update_stop_streaming_state()
733 struct vb2_queue *q) in v4l2_m2m_force_last_buf_done()
765 struct vb2_queue *vq; in v4l2_m2m_qbuf()
803 struct vb2_queue *vq; in v4l2_m2m_dqbuf()
822 struct vb2_queue *vq; in v4l2_m2m_prepare_buf()
840 struct vb2_queue *vq; in v4l2_m2m_create_bufs()
850 struct vb2_queue *vq; in v4l2_m2m_expbuf()
860 struct vb2_queue *vq; in v4l2_m2m_streamon()
916 struct vb2_queue *src_q, *dst_q; in v4l2_m2m_poll_for_data()
955 struct vb2_queue *src_q = v4l2_m2m_get_src_vq(m2m_ctx); in v4l2_m2m_poll()
956 struct vb2_queue *dst_q = v4l2_m2m_get_dst_vq(m2m_ctx); in v4l2_m2m_poll()
989 struct vb2_queue *vq; in v4l2_m2m_mmap()
1009 struct vb2_queue *vq; in v4l2_m2m_get_unmapped_area()
1226 int (*queue_init)(void *priv, struct vb2_queue *src_vq, struct vb2_queue *dst_vq)) in v4l2_m2m_ctx_init()
1291 q_ctx = get_queue_ctx(m2m_ctx, vbuf->vb2_buf.vb2_queue->type); in v4l2_m2m_buf_queue()
1346 WARN_ON(!V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)); in v4l2_m2m_request_queue()
1347 m2m_ctx_obj = container_of(vb->vb2_queue, in v4l2_m2m_request_queue()
1393 struct vb2_queue *q = v4l2_m2m_get_vq(fh->m2m_ctx, remove->type); in v4l2_m2m_ioctl_remove_bufs()