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()
285 return fimc_pipeline_call(&vid_cap->ve, set_stream, 1); in start_streaming()
309 return fimc_pipeline_call(&fimc->vid_cap.ve, close); in fimc_capture_suspend()
317 struct exynos_video_entity *ve = &vid_cap->ve; in fimc_capture_resume() local
326 fimc_pipeline_call(ve, open, &ve->vdev.entity, false); in fimc_capture_resume()
395 v4l2_err(&ctx->fimc_dev->vid_cap.ve.vdev, in buffer_prepare()
414 struct exynos_video_entity *ve = &vid_cap->ve; in buffer_queue() local
452 ret = fimc_pipeline_call(ve, set_stream, 1); in buffer_queue()
454 v4l2_err(&ve->vdev, "stream on failed: %d\n", ret); in buffer_queue()
476 struct exynos_video_entity *ve = &vc->ve; in fimc_capture_open() local
498 fimc_md_graph_lock(ve); in fimc_capture_open()
500 ret = fimc_pipeline_call(ve, open, &ve->vdev.entity, true); in fimc_capture_open()
514 ve->vdev.entity.use_count++; in fimc_capture_open()
516 fimc_md_graph_unlock(ve); in fimc_capture_open()
544 media_entity_pipeline_stop(&vc->ve.vdev.entity); in fimc_capture_release()
552 fimc_pipeline_call(&vc->ve, close); in fimc_capture_release()
555 fimc_md_graph_lock(&vc->ve); in fimc_capture_release()
556 vc->ve.vdev.entity.use_count--; in fimc_capture_release()
557 fimc_md_graph_unlock(&vc->ve); in fimc_capture_release()
782 struct fimc_pipeline *p = to_fimc_pipeline(fimc->vid_cap.ve.pipe); in fimc_pipeline_try_format()
927 struct exynos_video_entity *ve = &vc->ve; in __video_try_or_set_format() local
970 fimc_md_graph_lock(ve); in __video_try_or_set_format()
972 fimc_md_graph_unlock(ve); in __video_try_or_set_format()
986 fimc_md_graph_lock(ve); in __video_try_or_set_format()
988 sensor = __fimc_md_get_subdev(ve->pipe, IDX_SENSOR); in __video_try_or_set_format()
995 fimc_md_graph_unlock(ve); in __video_try_or_set_format()
1078 struct exynos_video_entity *ve = &fimc->vid_cap.ve; in fimc_cap_enum_input() local
1085 fimc_md_graph_lock(ve); in fimc_cap_enum_input()
1086 sd = __fimc_md_get_subdev(ve->pipe, IDX_SENSOR); in fimc_cap_enum_input()
1087 fimc_md_graph_unlock(ve); in fimc_cap_enum_input()
1117 struct fimc_pipeline *p = to_fimc_pipeline(vc->ve.pipe); in fimc_pipeline_validate()
1196 struct media_entity *entity = &vc->ve.vdev.entity; in fimc_cap_streamon()
1204 ret = media_entity_pipeline_start(entity, &vc->ve.pipe->mp); in fimc_cap_streamon()
1208 sd = __fimc_md_get_subdev(vc->ve.pipe, IDX_SENSOR); in fimc_cap_streamon()
1253 media_entity_pipeline_stop(&vc->ve.vdev.entity); in fimc_cap_streamoff()
1737 struct video_device *vfd = &fimc->vid_cap.ve.vdev; in fimc_register_capture_device()
1843 fimc->vid_cap.ve.pipe = v4l2_get_subdev_hostdata(sd); in fimc_capture_subdev_registered()
1848 fimc->vid_cap.ve.pipe = NULL; in fimc_capture_subdev_registered()
1865 vdev = &fimc->vid_cap.ve.vdev; in fimc_capture_subdev_unregistered()
1871 fimc->vid_cap.ve.pipe = NULL; in fimc_capture_subdev_unregistered()