Lines Matching full:ve
97 isp_dbg(2, &video->ve.vdev, in isp_video_capture_start_streaming()
111 ret = fimc_pipeline_call(&video->ve, set_stream, 1); in isp_video_capture_start_streaming()
126 ret = fimc_pipeline_call(&isp->video_capture.ve, set_stream, 0); in isp_video_capture_stop_streaming()
164 v4l2_err(&video->ve.vdev, in isp_video_capture_buffer_prepare()
213 isp_dbg(2, &video->ve.vdev, in isp_video_capture_buffer_queue()
267 struct exynos_video_entity *ve = &isp->video_capture.ve; in isp_video_open() local
268 struct media_entity *me = &ve->vdev.entity; in isp_video_open()
285 ret = fimc_pipeline_call(ve, open, me, true); in isp_video_open()
306 struct media_entity *entity = &ivc->ve.vdev.entity; in isp_video_release()
315 video_device_pipeline_stop(&ivc->ve.vdev); in isp_video_release()
322 fimc_pipeline_call(&ivc->ve, close); in isp_video_release()
496 struct exynos_video_entity *ve = &isp->video_capture.ve; in isp_video_streamon() local
499 ret = video_device_pipeline_start(&ve->vdev, &ve->pipe->mp); in isp_video_streamon()
514 video_device_pipeline_stop(&ve->vdev); in isp_video_streamon()
529 video_device_pipeline_stop(&video->ve.vdev); in isp_video_streamoff()
609 vdev = &iv->ve.vdev; in fimc_isp_video_device_register()
643 struct exynos_video_entity *ve; in fimc_isp_video_device_unregister() local
646 ve = &isp->video_capture.ve; in fimc_isp_video_device_unregister()
652 if (video_is_registered(&ve->vdev)) { in fimc_isp_video_device_unregister()
653 video_unregister_device(&ve->vdev); in fimc_isp_video_device_unregister()
654 media_entity_cleanup(&ve->vdev.entity); in fimc_isp_video_device_unregister()
655 ve->pipe = NULL; in fimc_isp_video_device_unregister()