Lines Matching refs:vb2_queue
68 struct vb2_queue *src_q; in vpu_v4l2_set_error()
69 struct vb2_queue *dst_q; in vpu_v4l2_set_error()
112 struct vb2_queue *q; in vpu_set_last_buffer_dequeued()
349 struct vb2_queue *q; in vpu_get_num_buffers()
379 static int vpu_vb2_queue_setup(struct vb2_queue *vq, in vpu_vb2_queue_setup()
431 struct vpu_inst *inst = vb2_get_drv_priv(vb->vb2_queue); in vpu_vb2_buf_prepare()
451 struct vpu_inst *inst = vb2_get_drv_priv(vb->vb2_queue); in vpu_vb2_buf_finish()
452 struct vb2_queue *q = vb->vb2_queue; in vpu_vb2_buf_finish()
478 static int vpu_vb2_start_streaming(struct vb2_queue *q, unsigned int count) in vpu_vb2_start_streaming()
511 static void vpu_vb2_stop_streaming(struct vb2_queue *q) in vpu_vb2_stop_streaming()
526 struct vpu_inst *inst = vb2_get_drv_priv(vb->vb2_queue); in vpu_vb2_buf_queue()
549 static int vpu_m2m_queue_init(void *priv, struct vb2_queue *src_vq, struct vb2_queue *dst_vq) in vpu_m2m_queue_init()