Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/v4l2-core/
H A 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()
/openbmc/linux/include/media/
H A Dmedia-entity.h1146 struct media_entity *media_graph_walk_next(struct media_graph *graph);
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A 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()
/openbmc/linux/drivers/media/mc/
H A 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);
/openbmc/linux/Documentation/driver-api/media/
H A Dmc-core.rst180 :c:func:`media_graph_walk_next()`
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c575 while ((entity = media_graph_walk_next(&graph))) { in vsp1_video_pipeline_build()