Lines Matching refs:ved
51 struct vimc_ent_device *ved; in vimc_streamer_pipeline_terminate() local
56 ved = stream->ved_pipeline[stream->pipe_size]; in vimc_streamer_pipeline_terminate()
59 if (!is_media_entity_v4l2_subdev(ved->ent)) in vimc_streamer_pipeline_terminate()
62 sd = media_entity_to_v4l2_subdev(ved->ent); in vimc_streamer_pipeline_terminate()
81 struct vimc_ent_device *ved) in vimc_streamer_pipeline_init() argument
90 if (!ved) { in vimc_streamer_pipeline_init()
94 stream->ved_pipeline[stream->pipe_size++] = ved; in vimc_streamer_pipeline_init()
96 if (is_media_entity_v4l2_subdev(ved->ent)) { in vimc_streamer_pipeline_init()
97 sd = media_entity_to_v4l2_subdev(ved->ent); in vimc_streamer_pipeline_init()
101 ved->ent->name); in vimc_streamer_pipeline_init()
107 entity = vimc_get_source_entity(ved->ent); in vimc_streamer_pipeline_init()
115 ved = v4l2_get_subdevdata(sd); in vimc_streamer_pipeline_init()
120 ved = video_get_drvdata(vdev); in vimc_streamer_pipeline_init()
183 struct vimc_ent_device *ved, in vimc_streamer_s_stream() argument
188 if (!stream || !ved) in vimc_streamer_s_stream()
195 ret = vimc_streamer_pipeline_init(stream, ved); in vimc_streamer_s_stream()