Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa360d3d authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] DocBook: document media_entity_graph_walk_cleanup()



This function was added recently, but weren't documented.
Add documentation for it.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 92777994
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -705,6 +705,12 @@ struct media_entity *media_entity_get(struct media_entity *entity);

__must_check int media_entity_graph_walk_init(
	struct media_entity_graph *graph, struct media_device *mdev);

/**
 * media_entity_graph_walk_cleanup - Release resources used by graph walk.
 *
 * @graph: Media graph structure that will be used to walk the graph
 */
void media_entity_graph_walk_cleanup(struct media_entity_graph *graph);

/**