Home
last modified time | relevance | path

Searched refs:media_graph_walk_next (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-mc.c449 while ((entity = media_graph_walk_next(graph))) { in pipeline_pm_use_count()
512 while (!ret && (entity = media_graph_walk_next(graph))) in pipeline_pm_power()
521 while ((first = media_graph_walk_next(graph)) in pipeline_pm_power()
/Linux-v6.6/include/media/
Dmedia-entity.h1144 struct media_entity *media_graph_walk_next(struct media_graph *graph);
/Linux-v6.6/drivers/media/platform/samsung/exynos4-is/
Dmedia-dev.c1177 while ((entity = media_graph_walk_next(graph))) { in __fimc_md_modify_pipelines()
1192 while ((entity_err = media_graph_walk_next(graph))) { in __fimc_md_modify_pipelines()
/Linux-v6.6/drivers/media/mc/
Dmc-entity.c390 struct media_entity *media_graph_walk_next(struct media_graph *graph) in media_graph_walk_next() function
411 EXPORT_SYMBOL_GPL(media_graph_walk_next);
/Linux-v6.6/Documentation/driver-api/media/
Dmc-core.rst180 :c:func:`media_graph_walk_next()`
/Linux-v6.6/drivers/media/platform/renesas/vsp1/
Dvsp1_video.c575 while ((entity = media_graph_walk_next(&graph))) { in vsp1_video_pipeline_build()