Lines Matching full:entity
16 * vimc_get_source_entity - get the entity connected with the first sink pad
20 * Helper function that returns the media entity containing the source pad
21 * linked with the first sink pad from the given media entity pad list.
34 return pad ? pad->entity : NULL; in vimc_get_source_entity()
45 * Calls s_stream to disable the stream in each entity of the pipeline
76 * @ved: the pointer to the vimc entity initializing the stream
78 * Initializes the stream structure. Walks through the entity graph to
88 struct media_entity *entity; in vimc_streamer_pipeline_init() local
112 entity = vimc_get_source_entity(ved->ent); in vimc_streamer_pipeline_init()
114 if (!entity) { in vimc_streamer_pipeline_init()
115 /* the first entity of the pipe should be source only */ in vimc_streamer_pipeline_init()
118 "first entity in the pipe '%s' is not a source\n", in vimc_streamer_pipeline_init()
127 if (is_media_entity_v4l2_subdev(entity)) { in vimc_streamer_pipeline_init()
128 sd = media_entity_to_v4l2_subdev(entity); in vimc_streamer_pipeline_init()
131 vdev = container_of(entity, in vimc_streamer_pipeline_init()
133 entity); in vimc_streamer_pipeline_init()
185 * @ved: pointer to the vimc entity of the entity of the stream