[go: nahoru, domu]

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

12

/drivers/media/
H A Dmedia-entity.c103 static void stack_push(struct media_entity_graph *graph, argument
106 if (graph->top == MEDIA_ENTITY_ENUM_MAX_DEPTH - 1) {
110 graph->top++;
111 graph->stack[graph->top].link = 0;
112 graph->stack[graph->top].entity = entity;
115 static struct media_entity *stack_pop(struct media_entity_graph *graph) argument
119 entity = graph->stack[graph
138 media_entity_graph_walk_start(struct media_entity_graph *graph, struct media_entity *entity) argument
166 media_entity_graph_walk_next(struct media_entity_graph *graph) argument
229 struct media_entity_graph graph; local
340 struct media_entity_graph graph; local
[all...]
/drivers/gpu/drm/nouveau/core/engine/graph/
H A Dnv20.h6 #include <engine/graph.h>
H A Dnv2a.c8 #include <engine/graph.h>
H A Dnv40.c33 #include <engine/graph.h>
49 nv40_graph_units(struct nouveau_graph *graph) argument
51 struct nv40_graph_priv *priv = (void *)graph;
H A Dnv25.c8 #include <engine/graph.h>
H A Dnv34.c8 #include <engine/graph.h>
H A Dnvc0.h44 #include <engine/graph.h>
H A Dnv04.c35 #include <engine/graph.h>
1201 struct nouveau_graph *graph = nouveau_graph(obj); local
1207 if (!nv_wait(graph, NV04_PGRAPH_STATUS, mask, 0)) {
1208 nv_error(graph, "idle timed out with status 0x%08x\n",
1209 nv_rd32(graph, NV04_PGRAPH_STATUS));
H A Dnv30.c8 #include <engine/graph.h>
H A Dnv50.c36 #include <engine/graph.h>
51 nv50_graph_units(struct nouveau_graph *graph) argument
53 struct nv50_graph_priv *priv = (void *)graph;
/drivers/gpu/drm/nouveau/
H A DMakefile281 nouveau-y += core/engine/graph/ctxnv40.o
282 nouveau-y += core/engine/graph/ctxnv50.o
283 nouveau-y += core/engine/graph/ctxnvc0.o
284 nouveau-y += core/engine/graph/ctxnvc1.o
285 nouveau-y += core/engine/graph/ctxnvc4.o
286 nouveau-y += core/engine/graph/ctxnvc8.o
287 nouveau-y += core/engine/graph/ctxnvd7.o
288 nouveau-y += core/engine/graph/ctxnvd9.o
289 nouveau-y += core/engine/graph/ctxnve4.o
290 nouveau-y += core/engine/graph/ctxgk20
[all...]
H A Dnouveau_abi16.c168 struct nouveau_graph *graph = nvkm_gr(device); local
218 getparam->value = graph->units ? graph->units(graph) : 0;
/drivers/gpu/drm/nouveau/core/engine/device/
H A Dgm100.c49 #include <engine/graph.h>
H A Dnv04.c40 #include <engine/graph.h>
H A Dnv20.c42 #include <engine/graph.h>
H A Dnv30.c41 #include <engine/graph.h>
H A Dnv10.c41 #include <engine/graph.h>
/drivers/gpu/drm/nouveau/core/subdev/instmem/
H A Dnv40.c25 #include <engine/graph/nv40.h>
76 * from engine/graph/nv40.c
/drivers/gpu/drm/nouveau/nvif/
H A Ddevice.h55 #include <engine/graph.h>
/drivers/staging/media/omap4iss/
H A Diss.c393 struct media_entity_graph graph; local
396 media_entity_graph_walk_start(&graph, entity);
398 while ((entity = media_entity_graph_walk_next(&graph))) {
453 struct media_entity_graph graph; local
460 media_entity_graph_walk_start(&graph, entity);
462 while (!ret && (entity = media_entity_graph_walk_next(&graph)))
469 media_entity_graph_walk_start(&graph, first);
471 while ((first = media_entity_graph_walk_next(&graph))
H A Diss_video.c211 struct media_entity_graph graph; local
217 media_entity_graph_walk_start(&graph, entity);
219 while ((entity = media_entity_graph_walk_next(&graph))) {
819 struct media_entity_graph graph; local
850 media_entity_graph_walk_start(&graph, entity);
851 while ((entity = media_entity_graph_walk_next(&graph)))
/drivers/staging/media/davinci_vpfe/
H A Dvpfe_video.c139 struct media_entity_graph graph; local
150 media_entity_graph_walk_start(&graph, entity);
151 while ((entity = media_entity_graph_walk_next(&graph))) {
283 struct media_entity_graph graph; local
296 media_entity_graph_walk_start(&graph, entity);
297 while ((entity = media_entity_graph_walk_next(&graph))) {
323 struct media_entity_graph graph; local
336 media_entity_graph_walk_start(&graph, entity);
338 while ((entity = media_entity_graph_walk_next(&graph))) {
/drivers/media/platform/omap3isp/
H A Disp.c674 struct media_entity_graph graph; local
677 media_entity_graph_walk_start(&graph, entity);
679 while ((entity = media_entity_graph_walk_next(&graph))) {
733 struct media_entity_graph graph; local
740 media_entity_graph_walk_start(&graph, entity);
742 while (!ret && (entity = media_entity_graph_walk_next(&graph)))
749 media_entity_graph_walk_start(&graph, first);
751 while ((first = media_entity_graph_walk_next(&graph))
H A Dispvideo.c228 struct media_entity_graph graph; local
234 media_entity_graph_walk_start(&graph, entity);
236 while ((entity = media_entity_graph_walk_next(&graph))) {
/drivers/media/platform/exynos4-is/
H A Dmedia-dev.c65 * Caller holds the graph mutex.
158 * Needs to be called with the graph mutex held.
192 * @me: media entity to start graph walk with
195 * Called with the graph mutex held.
1053 struct media_entity_graph graph; local
1057 * Walk current graph and call the pipeline open/close routine for each
1058 * opened video node that belongs to the graph of entities connected
1062 media_entity_graph_walk_start(&graph, entity);
1064 while ((entity = media_entity_graph_walk_next(&graph))) {
1076 media_entity_graph_walk_start(&graph, entity_er
[all...]

Completed in 2313 milliseconds

12