Lines Matching refs:vb2_queue
117 struct vb2_queue *v4l2_m2m_get_vq(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_get_vq()
449 struct vb2_queue *vq; in v4l2_m2m_reqbufs()
466 struct vb2_queue *vq; in v4l2_m2m_querybuf()
492 struct vb2_queue *vq; in v4l2_m2m_qbuf()
513 struct vb2_queue *vq; in v4l2_m2m_dqbuf()
524 struct vb2_queue *vq; in v4l2_m2m_prepare_buf()
534 struct vb2_queue *vq; in v4l2_m2m_create_bufs()
544 struct vb2_queue *vq; in v4l2_m2m_expbuf()
554 struct vb2_queue *vq; in v4l2_m2m_streamon()
610 struct vb2_queue *src_q, *dst_q; in v4l2_m2m_poll_for_data()
692 struct vb2_queue *vq; in v4l2_m2m_mmap()
902 int (*queue_init)(void *priv, struct vb2_queue *src_vq, struct vb2_queue *dst_vq)) in v4l2_m2m_ctx_init()
967 q_ctx = get_queue_ctx(m2m_ctx, vbuf->vb2_buf.vb2_queue->type); in v4l2_m2m_buf_queue()
1022 WARN_ON(!V4L2_TYPE_IS_OUTPUT(vb->vb2_queue->type)); in v4l2_m2m_request_queue()
1023 m2m_ctx_obj = container_of(vb->vb2_queue, in v4l2_m2m_request_queue()