Lines Matching refs:vb2_queue
254 struct vb2_queue vb_vidq;
663 static int queue_setup(struct vb2_queue *vq, const void *parg, in queue_setup()
677 struct s2255_vc *vc = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare()
709 struct s2255_vc *vc = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue()
717 static int start_streaming(struct vb2_queue *vq, unsigned int count);
718 static void stop_streaming(struct vb2_queue *vq);
848 struct vb2_queue *q = &vc->vb_vidq; in vidioc_s_fmt_vid_cap()
1096 static int start_streaming(struct vb2_queue *vq, unsigned int count) in start_streaming()
1113 static void stop_streaming(struct vb2_queue *vq) in stop_streaming()
1133 struct vb2_queue *q = &vc->vb_vidq; in vidioc_s_std()
1625 struct vb2_queue *q; in s2255_probe_v4l()