Lines Matching refs:vb2_queue
482 struct vb2_queue *vq; in hantro_update_requires_hold_capture_buf()
507 struct vb2_queue *vq; in hantro_set_fmt_out()
517 struct vb2_queue *peer_vq; in hantro_set_fmt_out()
580 struct vb2_queue *vq; in hantro_set_fmt_cap()
590 struct vb2_queue *peer_vq; in hantro_set_fmt_cap()
688 struct vb2_queue *vq; in vidioc_s_selection()
793 hantro_queue_setup(struct vb2_queue *vq, unsigned int *num_buffers, in hantro_queue_setup()
849 struct vb2_queue *vq = vb->vb2_queue; in hantro_buf_prepare()
878 struct hantro_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in hantro_buf_queue()
881 if (V4L2_TYPE_IS_CAPTURE(vb->vb2_queue->type) && in hantro_buf_queue()
882 vb2_is_streaming(vb->vb2_queue) && in hantro_buf_queue()
900 static bool hantro_vq_is_coded(struct vb2_queue *q) in hantro_vq_is_coded()
907 static int hantro_start_streaming(struct vb2_queue *q, unsigned int count) in hantro_start_streaming()
950 hantro_return_bufs(struct vb2_queue *q, in hantro_return_bufs()
967 static void hantro_stop_streaming(struct vb2_queue *q) in hantro_stop_streaming()
996 struct hantro_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in hantro_buf_request_complete()