Lines Matching refs:vb2_queue
123 struct vb2_queue *v4l2_m2m_get_vq(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_get_vq()
574 struct vb2_queue *vq; in v4l2_m2m_reqbufs()
591 struct vb2_queue *vq; in v4l2_m2m_querybuf()
678 struct vb2_queue *q) in v4l2_m2m_update_start_streaming_state()
691 struct vb2_queue *q) in v4l2_m2m_update_stop_streaming_state()
719 struct vb2_queue *q) in v4l2_m2m_force_last_buf_done()
751 struct vb2_queue *vq; in v4l2_m2m_qbuf()
786 struct vb2_queue *vq; in v4l2_m2m_dqbuf()
797 struct vb2_queue *vq; in v4l2_m2m_prepare_buf()
807 struct vb2_queue *vq; in v4l2_m2m_create_bufs()
817 struct vb2_queue *vq; in v4l2_m2m_expbuf()
827 struct vb2_queue *vq; in v4l2_m2m_streamon()
883 struct vb2_queue *src_q, *dst_q; in v4l2_m2m_poll_for_data()
922 struct vb2_queue *src_q = v4l2_m2m_get_src_vq(m2m_ctx); in v4l2_m2m_poll()
923 struct vb2_queue *dst_q = v4l2_m2m_get_dst_vq(m2m_ctx); in v4l2_m2m_poll()
956 struct vb2_queue *vq; in v4l2_m2m_mmap()
1166 int (*queue_init)(void *priv, struct vb2_queue *src_vq, struct vb2_queue *dst_vq)) in v4l2_m2m_ctx_init()
1231 q_ctx = get_queue_ctx(m2m_ctx, vbuf->vb2_buf.vb2_queue->type); in v4l2_m2m_buf_queue()
1286 WARN_ON(!V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)); in v4l2_m2m_request_queue()
1287 m2m_ctx_obj = container_of(vb->vb2_queue, in v4l2_m2m_request_queue()