Lines Matching refs:ve
107 isp_dbg(2, &video->ve.vdev, in isp_video_capture_start_streaming()
121 ret = fimc_pipeline_call(&video->ve, set_stream, 1); in isp_video_capture_start_streaming()
136 ret = fimc_pipeline_call(&isp->video_capture.ve, set_stream, 0); in isp_video_capture_stop_streaming()
174 v4l2_err(&video->ve.vdev, in isp_video_capture_buffer_prepare()
223 isp_dbg(2, &video->ve.vdev, in isp_video_capture_buffer_queue()
277 struct exynos_video_entity *ve = &isp->video_capture.ve; in isp_video_open() local
278 struct media_entity *me = &ve->vdev.entity; in isp_video_open()
295 ret = fimc_pipeline_call(ve, open, me, true); in isp_video_open()
316 struct media_entity *entity = &ivc->ve.vdev.entity; in isp_video_release()
329 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
497 struct media_entity *me = &ve->vdev.entity; in isp_video_streamon()
500 ret = media_entity_pipeline_start(me, &ve->pipe->mp); in isp_video_streamon()
530 media_entity_pipeline_stop(&video->ve.vdev.entity); in isp_video_streamoff()
609 vdev = &iv->ve.vdev; in fimc_isp_video_device_register()
644 struct exynos_video_entity *ve; in fimc_isp_video_device_unregister() local
647 ve = &isp->video_capture.ve; in fimc_isp_video_device_unregister()
653 if (video_is_registered(&ve->vdev)) { in fimc_isp_video_device_unregister()
654 video_unregister_device(&ve->vdev); in fimc_isp_video_device_unregister()
655 media_entity_cleanup(&ve->vdev.entity); in fimc_isp_video_device_unregister()
656 ve->pipe = NULL; in fimc_isp_video_device_unregister()