Lines Matching refs:ve

123 		return fimc_pipeline_call(&cap->ve, set_stream, 0);  in fimc_capture_state_cleanup()
182 struct fimc_pipeline *p = to_fimc_pipeline(cap->ve.pipe); in fimc_capture_irq_handler()
291 return fimc_pipeline_call(&vid_cap->ve, set_stream, 1); in start_streaming()
315 return fimc_pipeline_call(&fimc->vid_cap.ve, close); in fimc_capture_suspend()
323 struct exynos_video_entity *ve = &vid_cap->ve; in fimc_capture_resume() local
332 fimc_pipeline_call(ve, open, &ve->vdev.entity, false); in fimc_capture_resume()
400 v4l2_err(&ctx->fimc_dev->vid_cap.ve.vdev, in buffer_prepare()
418 struct exynos_video_entity *ve = &vid_cap->ve; in buffer_queue() local
456 ret = fimc_pipeline_call(ve, set_stream, 1); in buffer_queue()
458 v4l2_err(&ve->vdev, "stream on failed: %d\n", ret); in buffer_queue()
480 struct exynos_video_entity *ve = &vc->ve; in fimc_capture_open() local
502 fimc_md_graph_lock(ve); in fimc_capture_open()
504 ret = fimc_pipeline_call(ve, open, &ve->vdev.entity, true); in fimc_capture_open()
518 ve->vdev.entity.use_count++; in fimc_capture_open()
520 fimc_md_graph_unlock(ve); in fimc_capture_open()
548 media_entity_pipeline_stop(&vc->ve.vdev.entity); in fimc_capture_release()
556 fimc_pipeline_call(&vc->ve, close); in fimc_capture_release()
559 fimc_md_graph_lock(&vc->ve); in fimc_capture_release()
560 vc->ve.vdev.entity.use_count--; in fimc_capture_release()
561 fimc_md_graph_unlock(&vc->ve); in fimc_capture_release()
786 struct fimc_pipeline *p = to_fimc_pipeline(fimc->vid_cap.ve.pipe); in fimc_pipeline_try_format()
931 struct exynos_video_entity *ve = &vc->ve; in __video_try_or_set_format() local
974 fimc_md_graph_lock(ve); in __video_try_or_set_format()
976 fimc_md_graph_unlock(ve); in __video_try_or_set_format()
990 fimc_md_graph_lock(ve); in __video_try_or_set_format()
992 sensor = __fimc_md_get_subdev(ve->pipe, IDX_SENSOR); in __video_try_or_set_format()
999 fimc_md_graph_unlock(ve); in __video_try_or_set_format()
1082 struct exynos_video_entity *ve = &fimc->vid_cap.ve; in fimc_cap_enum_input() local
1089 fimc_md_graph_lock(ve); in fimc_cap_enum_input()
1090 sd = __fimc_md_get_subdev(ve->pipe, IDX_SENSOR); in fimc_cap_enum_input()
1091 fimc_md_graph_unlock(ve); in fimc_cap_enum_input()
1121 struct fimc_pipeline *p = to_fimc_pipeline(vc->ve.pipe); in fimc_pipeline_validate()
1200 struct media_entity *entity = &vc->ve.vdev.entity; in fimc_cap_streamon()
1208 ret = media_entity_pipeline_start(entity, &vc->ve.pipe->mp); in fimc_cap_streamon()
1212 sd = __fimc_md_get_subdev(vc->ve.pipe, IDX_SENSOR); in fimc_cap_streamon()
1257 media_entity_pipeline_stop(&vc->ve.vdev.entity); in fimc_cap_streamoff()
1740 struct video_device *vfd = &fimc->vid_cap.ve.vdev; in fimc_register_capture_device()
1846 fimc->vid_cap.ve.pipe = v4l2_get_subdev_hostdata(sd); in fimc_capture_subdev_registered()
1851 fimc->vid_cap.ve.pipe = NULL; in fimc_capture_subdev_registered()
1868 vdev = &fimc->vid_cap.ve.vdev; in fimc_capture_subdev_unregistered()
1874 fimc->vid_cap.ve.pipe = NULL; in fimc_capture_subdev_unregistered()