Home
last modified time | relevance | path

Searched refs:entity_err (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/
Dmedia-entity.c230 struct media_entity *entity_err = entity; in media_entity_pipeline_start() local
315 media_entity_graph_walk_start(&graph, entity_err); in media_entity_pipeline_start()
317 while ((entity_err = media_entity_graph_walk_next(&graph))) { in media_entity_pipeline_start()
318 entity_err->stream_count--; in media_entity_pipeline_start()
319 if (entity_err->stream_count == 0) in media_entity_pipeline_start()
320 entity_err->pipe = NULL; in media_entity_pipeline_start()
326 if (entity_err == entity) in media_entity_pipeline_start()
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dmedia-dev.c1052 struct media_entity *entity_err = entity; in __fimc_md_modify_pipelines() local
1076 media_entity_graph_walk_start(&graph, entity_err); in __fimc_md_modify_pipelines()
1078 while ((entity_err = media_entity_graph_walk_next(&graph))) { in __fimc_md_modify_pipelines()
1079 if (media_entity_type(entity_err) != MEDIA_ENT_T_DEVNODE) in __fimc_md_modify_pipelines()
1082 __fimc_md_modify_pipeline(entity_err, !enable); in __fimc_md_modify_pipelines()
1084 if (entity_err == entity) in __fimc_md_modify_pipelines()