Lines Matching refs:vb2_queue
253 struct vb2_queue vb_vidq;
662 static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, in queue_setup()
676 struct s2255_vc *vc = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare()
706 struct s2255_vc *vc = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue()
714 static int start_streaming(struct vb2_queue *vq, unsigned int count);
715 static void stop_streaming(struct vb2_queue *vq);
845 struct vb2_queue *q = &vc->vb_vidq; in vidioc_s_fmt_vid_cap()
1093 static int start_streaming(struct vb2_queue *vq, unsigned int count) in start_streaming()
1110 static void stop_streaming(struct vb2_queue *vq) in stop_streaming()
1130 struct vb2_queue *q = &vc->vb_vidq; in vidioc_s_std()
1622 struct vb2_queue *q; in s2255_probe_v4l()