Lines Matching refs:vb2_queue
456 struct vb2_queue *vq; in hantro_update_requires_hold_capture_buf()
480 struct vb2_queue *vq; in hantro_set_fmt_out()
490 struct vb2_queue *peer_vq; in hantro_set_fmt_out()
551 struct vb2_queue *vq; in hantro_set_fmt_cap()
561 struct vb2_queue *peer_vq; in hantro_set_fmt_cap()
659 struct vb2_queue *vq; in vidioc_s_selection()
764 hantro_queue_setup(struct vb2_queue *vq, unsigned int *num_buffers, in hantro_queue_setup()
820 struct vb2_queue *vq = vb->vb2_queue; in hantro_buf_prepare()
849 struct hantro_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in hantro_buf_queue()
852 if (V4L2_TYPE_IS_CAPTURE(vb->vb2_queue->type) && in hantro_buf_queue()
853 vb2_is_streaming(vb->vb2_queue) && in hantro_buf_queue()
871 static bool hantro_vq_is_coded(struct vb2_queue *q) in hantro_vq_is_coded()
878 static int hantro_start_streaming(struct vb2_queue *q, unsigned int count) in hantro_start_streaming()
921 hantro_return_bufs(struct vb2_queue *q, in hantro_return_bufs()
938 static void hantro_stop_streaming(struct vb2_queue *q) in hantro_stop_streaming()
967 struct hantro_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in hantro_buf_request_complete()