Lines Matching defs:video
269 static struct v4l2_subdev *video_remote_subdev(struct camss_video *video, in video_remote_subdev()
285 static int video_get_subdev_format(struct camss_video *video, in video_get_subdev_format()
324 struct camss_video *video = vb2_get_drv_priv(q); in video_queue_setup() local
351 struct camss_video *video = vb2_get_drv_priv(vb->vb2_queue); in video_buf_init() local
381 struct camss_video *video = vb2_get_drv_priv(vb->vb2_queue); in video_buf_prepare() local
401 struct camss_video *video = vb2_get_drv_priv(vb->vb2_queue); in video_buf_queue() local
408 static int video_check_format(struct camss_video *video) in video_check_format()
432 struct camss_video *video = vb2_get_drv_priv(q); in video_start_streaming() local
477 struct camss_video *video = vb2_get_drv_priv(q); in video_stop_streaming() local
522 struct camss_video *video = video_drvdata(file); in video_querycap() local
534 struct camss_video *video = video_drvdata(file); in video_enum_fmt() local
569 struct camss_video *video = video_drvdata(file); in video_g_fmt() local
576 static int __video_try_fmt(struct camss_video *video, struct v4l2_format *f) in __video_try_fmt()
658 struct camss_video *video = video_drvdata(file); in video_try_fmt() local
665 struct camss_video *video = video_drvdata(file); in video_s_fmt() local
731 struct camss_video *video = video_drvdata(file); in video_open() local
797 struct camss_video *video = video_get_drvdata(vdev); in msm_video_release() local
816 static int msm_video_init_format(struct camss_video *video) in msm_video_init_format()
849 int msm_video_register(struct camss_video *video, struct v4l2_device *v4l2_dev, in msm_video_register()
947 void msm_video_stop_streaming(struct camss_video *video) in msm_video_stop_streaming()
953 void msm_video_unregister(struct camss_video *video) in msm_video_unregister()