Lines Matching refs:graph
21 modelled as an oriented graph of building blocks called entities connected
224 The media framework provides APIs to iterate over entities in a graph.
236 Drivers might also need to iterate over all entities in a graph that can be
238 framework provides a depth-first graph traversal API for that purpose.
241 supported by the graph traversal API. To prevent infinite loops, the graph
245 Drivers initiate a graph traversal by calling
247 media_entity_graph_walk_start(struct media_entity_graph *graph,
250 The graph structure, provided by the caller, is initialized to start graph
255 media_entity_graph_walk_next(struct media_entity_graph *graph);
257 When the graph traversal is complete the function will return NULL.
260 required and the graph structure can be freed normally.