Lines Matching refs:vq
874 static int queue_setup(struct vb2_queue *vq, const void *parg, in queue_setup() argument
879 struct em28xx *dev = vb2_get_drv_priv(vq); in queue_setup()
923 int em28xx_start_analog_streaming(struct vb2_queue *vq, unsigned int count) in em28xx_start_analog_streaming() argument
925 struct em28xx *dev = vb2_get_drv_priv(vq); in em28xx_start_analog_streaming()
935 rc = res_get(dev, vq->type); in em28xx_start_analog_streaming()
969 owner = (struct v4l2_fh *)vq->owner; in em28xx_start_analog_streaming()
983 static void em28xx_stop_streaming(struct vb2_queue *vq) in em28xx_stop_streaming() argument
985 struct em28xx *dev = vb2_get_drv_priv(vq); in em28xx_stop_streaming()
992 res_free(dev, vq->type); in em28xx_stop_streaming()
1015 void em28xx_stop_vbi_streaming(struct vb2_queue *vq) in em28xx_stop_vbi_streaming() argument
1017 struct em28xx *dev = vb2_get_drv_priv(vq); in em28xx_stop_vbi_streaming()
1024 res_free(dev, vq->type); in em28xx_stop_vbi_streaming()