Searched refs:graph (Results 1 - 4 of 4) sorted by relevance

/drivers/media/
H A Dmedia-entity.c102 static void stack_push(struct media_entity_graph *graph, argument
105 if (graph->top == MEDIA_ENTITY_ENUM_MAX_DEPTH - 1) {
109 graph->top++;
110 graph->stack[graph->top].link = 0;
111 graph->stack[graph->top].entity = entity;
114 static struct media_entity *stack_pop(struct media_entity_graph *graph) argument
118 entity = graph->stack[graph
138 media_entity_graph_walk_start(struct media_entity_graph *graph, struct media_entity *entity) argument
160 media_entity_graph_walk_next(struct media_entity_graph *graph) argument
221 struct media_entity_graph graph; local
252 struct media_entity_graph graph; local
[all...]
/drivers/media/video/omap3isp/
H A Disp.c560 struct media_entity_graph graph; local
563 media_entity_graph_walk_start(&graph, entity);
565 while ((entity = media_entity_graph_walk_next(&graph))) {
619 struct media_entity_graph graph; local
626 media_entity_graph_walk_start(&graph, entity);
628 while (!ret && (entity = media_entity_graph_walk_next(&graph)))
635 media_entity_graph_walk_start(&graph, first);
637 while ((first = media_entity_graph_walk_next(&graph))
H A Dispvideo.c248 struct media_entity_graph graph; local
254 media_entity_graph_walk_start(&graph, entity);
256 while ((entity = media_entity_graph_walk_next(&graph))) {
/drivers/media/video/s5p-fimc/
H A Dfimc-mdevice.c38 * Caller holds the graph mutex.
42 struct media_entity_graph graph; local
45 media_entity_graph_walk_start(&graph, me);
47 while ((me = media_entity_graph_walk_next(&graph))) {
90 * Need to be called with the graph mutex held.
117 * @me: media entity to start graph walk with
120 * This function must be called with the graph mutex held.
155 * Called with the graph mutex held.
653 * This function should only be called when the graph mutex is held.

Completed in 1180 milliseconds