Lines Matching defs:graph
63 * Caller holds the graph mutex.
155 * Needs to be called with the graph mutex held.
192 * Called with the graph mutex held.
221 * @me: media entity to start graph walk with
224 * Called with the graph mutex held.
1162 struct media_graph *graph)
1168 * Walk current graph and call the pipeline open/close routine for each
1169 * opened video node that belongs to the graph of entities connected
1173 media_graph_walk_start(graph, entity);
1175 while ((entity = media_graph_walk_next(graph))) {
1188 media_graph_walk_start(graph, entity_err);
1190 while ((entity_err = media_graph_walk_next(graph))) {
1206 struct media_graph *graph =
1214 ret = media_graph_walk_init(graph,
1219 ret = __fimc_md_modify_pipelines(sink, false, graph);
1227 ret = __fimc_md_modify_pipelines(sink, true, graph);
1228 media_graph_walk_cleanup(graph);