Home
last modified time | relevance | path

Searched refs:graph (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6apm.c50 if (graph) { in q6apm_get_audioreach_graph()
60 graph = kzalloc(sizeof(*graph), GFP_KERNEL); in q6apm_get_audioreach_graph()
61 if (!graph) in q6apm_get_audioreach_graph()
68 graph->graph = audioreach_alloc_graph_pkt(apm, info); in q6apm_get_audioreach_graph()
69 if (IS_ERR(graph->graph)) { in q6apm_get_audioreach_graph()
70 void *err = graph->graph; in q6apm_get_audioreach_graph()
80 kfree(graph->graph); in q6apm_get_audioreach_graph()
89 q6apm_send_cmd_sync(apm, graph->graph, 0); in q6apm_get_audioreach_graph()
141 graph = idr_remove(&apm->graph_idr, graph->id); in q6apm_put_audioreach_graph()
144 kfree(graph->graph); in q6apm_put_audioreach_graph()
[all …]
H A Dq6apm.h89 void *graph; member
115 int q6apm_graph_close(struct q6apm_graph *graph);
116 int q6apm_graph_prepare(struct q6apm_graph *graph);
117 int q6apm_graph_start(struct q6apm_graph *graph);
118 int q6apm_graph_stop(struct q6apm_graph *graph);
119 int q6apm_graph_flush(struct q6apm_graph *graph);
122 int q6apm_graph_media_format_pcm(struct q6apm_graph *graph,
125 int q6apm_graph_media_format_shmem(struct q6apm_graph *graph,
129 int q6apm_read(struct q6apm_graph *graph);
134 int q6apm_map_memory_regions(struct q6apm_graph *graph,
[all …]
H A Dq6apm-lpass-dais.c21 struct q6apm_graph *graph[APM_PORT_MAX]; member
149 q6apm_graph_close(dai_data->graph[dai->id]); in q6apm_lpass_dai_shutdown()
157 struct q6apm_graph *graph; in q6apm_lpass_dai_prepare() local
162 q6apm_graph_stop(dai_data->graph[dai->id]); in q6apm_lpass_dai_prepare()
175 if (IS_ERR(graph)) { in q6apm_lpass_dai_prepare()
177 rc = PTR_ERR(graph); in q6apm_lpass_dai_prepare()
180 dai_data->graph[graph_id] = graph; in q6apm_lpass_dai_prepare()
210 struct q6apm_graph *graph; in q6apm_lpass_dai_startup() local
215 if (IS_ERR(graph)) { in q6apm_lpass_dai_startup()
217 return PTR_ERR(graph); in q6apm_lpass_dai_startup()
[all …]
H A Dq6apm-dai.c77 struct q6apm_graph *graph; member
151 q6apm_read(prtd->graph); in event_handler()
236 if (!prtd || !prtd->graph) { in q6apm_dai_prepare()
249 q6apm_graph_stop(prtd->graph); in q6apm_dai_prepare()
290 q6apm_read(prtd->graph); in q6apm_dai_prepare()
356 if (IS_ERR(prtd->graph)) { in q6apm_dai_open()
358 ret = PTR_ERR(prtd->graph); in q6apm_dai_open()
421 prtd->graph = NULL; in q6apm_dai_close()
500 if (IS_ERR(prtd->graph)) { in q6apm_dai_compr_open()
501 ret = PTR_ERR(prtd->graph); in q6apm_dai_compr_open()
[all …]
H A Daudioreach.c586 return audioreach_send_cmd_sync(graph->dev, NULL, &graph->result, &graph->lock, in audioreach_graph_send_cmd_sync()
587 graph->port, &graph->cmd_wait, pkt, rsp_opcode); in audioreach_graph_send_cmd_sync()
918 0, graph->port->id, iid); in audioreach_compr_set_param()
1296 mutex_lock(&graph->lock); in audioreach_graph_free_buf()
1297 port = &graph->rx_data; in audioreach_graph_free_buf()
1302 port = &graph->tx_data; in audioreach_graph_free_buf()
1306 mutex_unlock(&graph->lock); in audioreach_graph_free_buf()
1322 data = &graph->rx_data; in audioreach_map_memory_regions()
1324 data = &graph->tx_data; in audioreach_map_memory_regions()
1340 graph->port->id); in audioreach_map_memory_regions()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/
H A D0001-Makefile-fix-multilib-build-failure.patch30 - install -d $(DESTDIR)$(PREFIX)/lib/pm-graph
31 - install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
32 - install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
33 - install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config
45 + install -d $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph
73 - rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/config/*
75 - rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph/config; \
80 - rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/*
82 - rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph; \
83 + rm -f $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/*
[all …]
/openbmc/linux/tools/power/pm-graph/
H A DMakefile9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph
10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config
40 rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/config/*
42 rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph/config; \
44 rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/__pycache__/*
46 rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph/__pycache__; \
48 rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/*
49 if [ -d $(DESTDIR)$(PREFIX)/lib/pm-graph ] ; then \
[all …]
H A Dinstall_latest_from_github.sh16 rm -rf pm-graph
22 git clone http://github.com/intel/pm-graph.git $OUT/pm-graph
29 cd $OUT/pm-graph
/openbmc/linux/sound/soc/generic/
H A DMakefile4 snd-soc-audio-graph-card-objs := audio-graph-card.o
5 snd-soc-audio-graph-card2-objs := audio-graph-card2.o
6 snd-soc-audio-graph-card2-custom-sample-objs := audio-graph-card2-custom-sample.o
11 obj-$(CONFIG_SND_AUDIO_GRAPH_CARD) += snd-soc-audio-graph-card.o
12 obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2) += snd-soc-audio-graph-card2.o
13 obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE) += snd-soc-audio-graph-card2-custom-sample.o
/openbmc/linux/lib/
H A Dobjagg.c786 graph = kzalloc(sizeof(*graph), GFP_KERNEL); in objagg_tmp_graph_create()
787 if (!graph) in objagg_tmp_graph_create()
790 graph->nodes = kcalloc(nodes_count, sizeof(*graph->nodes), GFP_KERNEL); in objagg_tmp_graph_create()
791 if (!graph->nodes) in objagg_tmp_graph_create()
796 if (!graph->edges) in objagg_tmp_graph_create()
822 return graph; in objagg_tmp_graph_create()
825 kfree(graph->nodes); in objagg_tmp_graph_create()
827 kfree(graph); in objagg_tmp_graph_create()
834 kfree(graph->nodes); in objagg_tmp_graph_destroy()
835 kfree(graph); in objagg_tmp_graph_destroy()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Daudio-graph-card.yaml4 $id: http://devicetree.org/schemas/sound/audio-graph-card.yaml#
13 - $ref: /schemas/sound/audio-graph.yaml#
18 - audio-graph-card
19 - audio-graph-scu-card
29 compatible = "audio-graph-card";
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-mc.c443 struct media_graph *graph) in pipeline_pm_use_count() argument
447 media_graph_walk_start(graph, entity); in pipeline_pm_use_count()
449 while ((entity = media_graph_walk_next(graph))) { in pipeline_pm_use_count()
502 struct media_graph *graph) in pipeline_pm_power() argument
510 media_graph_walk_start(graph, entity); in pipeline_pm_power()
519 media_graph_walk_start(graph, first); in pipeline_pm_power()
521 while ((first = media_graph_walk_next(graph)) in pipeline_pm_power()
575 sink_use = pipeline_pm_use_count(sink, graph); in v4l2_pipeline_link_notify()
580 pipeline_pm_power(source, -sink_use, graph); in v4l2_pipeline_link_notify()
581 pipeline_pm_power(sink, -source_use, graph); in v4l2_pipeline_link_notify()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Drenesas,isp.yaml41 $ref: /schemas/graph.yaml#/properties/ports
45 $ref: /schemas/graph.yaml#/properties/port
51 $ref: /schemas/graph.yaml#/properties/port
56 $ref: /schemas/graph.yaml#/properties/port
61 $ref: /schemas/graph.yaml#/properties/port
66 $ref: /schemas/graph.yaml#/properties/port
71 $ref: /schemas/graph.yaml#/properties/port
76 $ref: /schemas/graph.yaml#/properties/port
81 $ref: /schemas/graph.yaml#/properties/port
86 $ref: /schemas/graph.yaml#/properties/port
/openbmc/qemu/tests/qemu-iotests/
H A D25854 def find_graph_node(graph, node_id): argument
55 return next(node for node in graph['nodes'] if node['id'] == node_id)
144 graph = vm.qmp('x-debug-query-block-graph')['return']
145 for edge in graph['edges']:
147 find_graph_node(graph, edge['parent'])['name'] == 'node3':
148 assert find_graph_node(graph, edge['child'])['name'] == 'node0'
/openbmc/qemu/scripts/
H A Drender_block_graph.py54 graph = Digraph(comment='Block Nodes Graph')
55 graph.format = format
56 graph.node('permission symbols:\l'
83 graph.node(str(n['id']), label, shape=shape)
88 graph.edge(str(e['parent']), str(e['child']), label=label)
90 graph.render(filename)
/openbmc/linux/drivers/media/mc/
H A Dmc-entity.c286 graph->top++; in stack_push()
287 graph->stack[graph->top].link = entity->links.next; in stack_push()
288 graph->stack[graph->top].entity = entity; in stack_push()
295 entity = graph->stack[graph->top].entity; in stack_pop()
296 graph->top--; in stack_pop()
339 graph->stack[graph->top].entity = NULL; in media_graph_walk_start()
356 link_top(graph) = link_top(graph)->next; in media_graph_walk_iter()
362 link_top(graph) = link_top(graph)->next; in media_graph_walk_iter()
375 link_top(graph) = link_top(graph)->next; in media_graph_walk_iter()
383 link_top(graph) = link_top(graph)->next; in media_graph_walk_iter()
[all …]
/openbmc/linux/arch/sh/kernel/
H A Ddumpstack.c57 struct thread_info *tinfo, int *graph) in print_ftrace_graph_addr() argument
69 ret_stack = ftrace_graph_get_ret_stack(task, *graph); in print_ftrace_graph_addr()
77 (*graph)++; in print_ftrace_graph_addr()
83 struct thread_info *tinfo, int *graph) in print_ftrace_graph_addr() argument
93 int graph = 0; in stack_reader_dump() local
105 context, &graph); in stack_reader_dump()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-platform.c455 if (graph->package.count < 2) in acpi_validate_dsd_graph()
458 rev = &graph->package.elements[0]; in acpi_validate_dsd_graph()
459 nr_graphs = &graph->package.elements[1]; in acpi_validate_dsd_graph()
475 if (graph->package.count != (n + 2)) in acpi_validate_dsd_graph()
559 const union acpi_object *graph_list, *graph; in acpi_get_coresight_graph() local
569 graph = &graph_list->package.elements[i]; in acpi_get_coresight_graph()
570 if (!is_acpi_coresight_graph(graph)) in acpi_get_coresight_graph()
572 if (acpi_validate_coresight_graph(graph)) in acpi_get_coresight_graph()
573 return graph; in acpi_get_coresight_graph()
665 const union acpi_object *graph; in acpi_coresight_parse_graph() local
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dadv7180.yaml47 $ref: /schemas/graph.yaml#/$defs/port-base
89 $ref: /schemas/graph.yaml#/properties/ports
92 $ref: /schemas/graph.yaml#/properties/port
97 $ref: /schemas/graph.yaml#/properties/port
114 $ref: /schemas/graph.yaml#/properties/ports
117 $ref: /schemas/graph.yaml#/properties/port
122 $ref: /schemas/graph.yaml#/properties/port
H A Dmaxim,max96712.yaml37 $ref: /schemas/graph.yaml#/properties/ports
41 $ref: /schemas/graph.yaml#/properties/port
45 $ref: /schemas/graph.yaml#/properties/port
49 $ref: /schemas/graph.yaml#/properties/port
53 $ref: /schemas/graph.yaml#/properties/port
57 $ref: /schemas/graph.yaml#/$defs/port-base
/openbmc/phosphor-dbus-monitor/src/
H A Dcallback.hpp143 graph(graphEntry) in GroupOfCallbacks()
149 for (auto e : graph) in operator ()()
157 const std::vector<size_t>& graph; member in phosphor::dbus::monitoring::GroupOfCallbacks
175 graph(graphEntry), in ConditionalCallback()
184 (*CallbackAccess::get()[graph[0]])(ctx); in operator ()()
190 const std::vector<size_t>& graph; member in phosphor::dbus::monitoring::ConditionalCallback
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dti,hd3ss3220.yaml29 $ref: /schemas/graph.yaml#/properties/ports
30 description: OF graph bindings (specified in bindings/graph.txt) that model
35 $ref: /schemas/graph.yaml#/properties/port
39 $ref: /schemas/graph.yaml#/properties/port
/openbmc/linux/Documentation/devicetree/bindings/display/msm/
H A Dmdp4.yaml42 $ref: /schemas/graph.yaml#/properties/ports
45 $ref: /schemas/graph.yaml#/properties/port
49 $ref: /schemas/graph.yaml#/properties/port
53 $ref: /schemas/graph.yaml#/properties/port
57 $ref: /schemas/graph.yaml#/properties/port
/openbmc/openbmc/poky/scripts/contrib/
H A Dgraph-tool29 graph = networkx.DiGraph(networkx.nx_pydot.read_dot(dotfile))
32 close_matches = difflib.get_close_matches(node, graph.nodes(), cutoff=0.7)
37 if not fromnode in graph:
39 if not tonode in graph:
41 return networkx.all_simple_paths(graph, source=fromnode, target=tonode)
/openbmc/linux/tools/perf/tests/attr/
H A DREADME47 perf record -g kill (test-record-graph-default)
48 perf record -g kill (test-record-graph-default-aarch64)
49 perf record --call-graph dwarf kill (test-record-graph-dwarf)
50 perf record --call-graph fp kill (test-record-graph-fp)
51 perf record --call-graph fp kill (test-record-graph-fp-aarch64)

12345678910>>...21