| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6apm.c | 44 struct audioreach_graph *graph; in q6apm_get_audioreach_graph() local 95 static int audioreach_graph_mgmt_cmd(struct audioreach_graph *graph, uint32_t opcode) in audioreach_graph_mgmt_cmd() 126 struct audioreach_graph *graph; in q6apm_put_audioreach_graph() local 184 int q6apm_graph_media_format_shmem(struct q6apm_graph *graph, in q6apm_graph_media_format_shmem() 271 int q6apm_alloc_fragments(struct q6apm_graph *graph, unsigned int dir, phys_addr_t phys, in q6apm_alloc_fragments() 367 int q6apm_free_fragments(struct q6apm_graph *graph, unsigned int dir) in q6apm_free_fragments() 375 int q6apm_remove_initial_silence(struct device *dev, struct q6apm_graph *graph, uint32_t samples) in q6apm_remove_initial_silence() 387 int q6apm_remove_trailing_silence(struct device *dev, struct q6apm_graph *graph, uint32_t samples) in q6apm_remove_trailing_silence() 399 int q6apm_enable_compress_module(struct device *dev, struct q6apm_graph *graph, bool en) in q6apm_enable_compress_module() 411 int q6apm_set_real_module_id(struct device *dev, struct q6apm_graph *graph, in q6apm_set_real_module_id() [all …]
|
| H A D | audioreach.c | 598 audioreach_graph_send_cmd_sync(struct q6apm_graph * graph,struct gpr_pkt * pkt,uint32_t rsp_opcode) audioreach_graph_send_cmd_sync() argument 607 audioreach_display_port_set_media_format(struct q6apm_graph * graph,struct audioreach_module * module,struct audioreach_module_config * cfg) audioreach_display_port_set_media_format() argument 674 audioreach_codec_dma_set_media_format(struct q6apm_graph * graph,struct audioreach_module * module,struct audioreach_module_config * cfg) audioreach_codec_dma_set_media_format() argument 751 audioreach_send_u32_param(struct q6apm_graph * graph,struct audioreach_module * module,uint32_t param_id,uint32_t param_val) audioreach_send_u32_param() argument 786 audioreach_sal_limiter_enable(struct q6apm_graph * graph,struct audioreach_module * module,bool enable) audioreach_sal_limiter_enable() argument 792 audioreach_sal_set_media_format(struct q6apm_graph * graph,struct audioreach_module * module,struct audioreach_module_config * cfg) audioreach_sal_set_media_format() argument 799 audioreach_module_enable(struct q6apm_graph * graph,struct audioreach_module * module,bool enable) audioreach_module_enable() argument 806 audioreach_gapless_set_media_format(struct q6apm_graph * graph,struct audioreach_module * module,struct audioreach_module_config * cfg) audioreach_gapless_set_media_format() argument 814 audioreach_set_module_config(struct q6apm_graph * graph,struct audioreach_module * module,struct audioreach_module_config * cfg) audioreach_set_module_config() argument 838 audioreach_mfc_set_media_format(struct q6apm_graph * graph,struct audioreach_module * module,struct audioreach_module_config * cfg) audioreach_mfc_set_media_format() argument 962 audioreach_compr_set_param(struct q6apm_graph * graph,struct audioreach_module_config * mcfg) audioreach_compr_set_param() argument 993 audioreach_i2s_set_media_format(struct q6apm_graph * graph,struct audioreach_module * module,struct audioreach_module_config * cfg) audioreach_i2s_set_media_format() argument 1070 audioreach_logging_set_media_format(struct q6apm_graph * graph,struct audioreach_module * module) audioreach_logging_set_media_format() argument 1105 audioreach_pcm_set_media_format(struct q6apm_graph * graph,struct audioreach_module * module,struct audioreach_module_config * mcfg) audioreach_pcm_set_media_format() argument 1156 audioreach_shmem_set_media_format(struct q6apm_graph * graph,struct audioreach_module * module,struct audioreach_module_config * mcfg) audioreach_shmem_set_media_format() argument 1252 audioreach_gain_set(struct q6apm_graph * graph,struct audioreach_module * module) audioreach_gain_set() argument 1281 audioreach_set_media_format(struct q6apm_graph * graph,struct audioreach_module * module,struct audioreach_module_config * cfg) audioreach_set_media_format() argument 1338 audioreach_graph_free_buf(struct q6apm_graph * graph) audioreach_graph_free_buf() argument 1356 audioreach_map_memory_regions(struct q6apm_graph * graph,unsigned int dir,size_t period_sz,unsigned int periods,bool is_contiguous) audioreach_map_memory_regions() argument 1420 audioreach_shared_memory_send_eos(struct q6apm_graph * graph) audioreach_shared_memory_send_eos() argument [all...] |
| H A D | q6apm-lpass-dais.c | 191 rc = q6apm_graph_stop(dai_data->graph[dai->id]); in q6apm_lpass_dai_prepare() local 22 struct q6apm_graph *graph[APM_PORT_MAX]; global() member 239 struct q6apm_graph *graph; q6apm_lpass_dai_startup() local [all...] |
| H A D | q6apm.h | 90 void *graph; global() member [all...] |
| H A D | q6apm-dai.c | 76 struct q6apm_graph *graph; global() member [all...] |
| /linux/arch/sh/kernel/ |
| H A D | dumpstack.c | 57 struct thread_info *tinfo, int *graph) in print_ftrace_graph_addr() 83 struct thread_info *tinfo, int *graph) in print_ftrace_graph_addr() 93 int graph = 0; in stack_reader_dump() local
|
| /linux/lib/ |
| H A D | objagg.c | 713 static int objagg_tmp_graph_edge_index(struct objagg_tmp_graph *graph, in objagg_tmp_graph_edge_index() 719 static void objagg_tmp_graph_edge_set(struct objagg_tmp_graph *graph, in objagg_tmp_graph_edge_set() 728 static bool objagg_tmp_graph_is_edge(struct objagg_tmp_graph *graph, in objagg_tmp_graph_is_edge() 737 static unsigned int objagg_tmp_graph_node_weight(struct objagg_tmp_graph *graph, in objagg_tmp_graph_node_weight() 759 static int objagg_tmp_graph_node_max_weight(struct objagg_tmp_graph *graph) in objagg_tmp_graph_node_max_weight() 783 struct objagg_tmp_graph *graph; in objagg_tmp_graph_create() local 834 static void objagg_tmp_graph_destroy(struct objagg_tmp_graph *graph) in objagg_tmp_graph_destroy() 846 struct objagg_tmp_graph *graph; in objagg_opt_simple_greedy_fillup_hints() local
|
| /linux/kernel/trace/ |
| H A D | trace_sched_wakeup.c | 246 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function() 265 static void unregister_wakeup_function(struct trace_array *tr, int graph) in unregister_wakeup_function() 290 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function() 294 static void unregister_wakeup_function(struct trace_array *tr, int graph) { } in unregister_wakeup_function() 342 static int start_func_tracer(struct trace_array *tr, int graph) in start_func_tracer() 356 static void stop_func_tracer(struct trace_array *tr, int graph) in stop_func_tracer()
|
| H A D | trace_irqsoff.c | 484 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function() 503 static void unregister_irqsoff_function(struct trace_array *tr, int graph) in unregister_irqsoff_function() 528 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function() 532 static void unregister_irqsoff_function(struct trace_array *tr, int graph) { } in unregister_irqsoff_function() 554 static int start_irqsoff_tracer(struct trace_array *tr, int graph) in start_irqsoff_tracer() 568 static void stop_irqsoff_tracer(struct trace_array *tr, int graph) in stop_irqsoff_tracer()
|
| /linux/drivers/media/mc/ |
| H A D | mc-entity.c | 292 static void stack_push(struct media_graph *graph, in stack_push() 304 static struct media_entity *stack_pop(struct media_graph *graph) in stack_pop() 329 struct media_graph *graph, struct media_device *mdev) in media_graph_walk_init() 339 void media_graph_walk_cleanup(struct media_graph *graph) in media_graph_walk_cleanup() 345 void media_graph_walk_start(struct media_graph *graph, in media_graph_walk_start() 359 static void media_graph_walk_iter(struct media_graph *graph) in media_graph_walk_iter() 403 struct media_entity *media_graph_walk_next(struct media_graph *graph) in media_graph_walk_next()
|
| /linux/tools/testing/ktest/examples/include/ |
| H A D | bootconfig.conf | 48 TEST_NAME = bootconfig function graph function
|
| /linux/scripts/ |
| H A D | headerdep.pl | 173 sub graph { subroutine
|
| /linux/arch/sparc/kernel/ |
| H A D | stacktrace.c | 20 int graph = 0; in __save_stack_trace() local
|
| H A D | perf_event.c | 1741 int graph = 0; in perf_callchain_kernel() local
|
| /linux/arch/csky/kernel/ |
| H A D | perf_callchain.c | 27 int graph = 0; in unwind_frame_kernel() local
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | media-dev.c | 1153 struct media_graph *graph) in __fimc_md_modify_pipelines() 1197 struct media_graph *graph = in fimc_md_link_notify() local
|
| /linux/tools/perf/ui/ |
| H A D | browser.c | 675 ui_browser__write_graph(struct ui_browser * browser __maybe_unused,int graph) ui_browser__write_graph() argument
|
| /linux/drivers/iio/adc/ |
| H A D | qcom-pm8xxx-xoadc.c | 409 struct vadc_linear_graph graph[2]; member
|
| H A D | qcom-spmi-vadc.c | 123 struct vadc_linear_graph graph[2]; member
|
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 95 static void annotate_browser__write_graph(void *browser, int graph) in annotate_browser__write_graph() argument
|
| /linux/tools/perf/ |
| H A D | builtin-ftrace.c | 726 bool graph = !list_empty(&ftrace->graph_funcs) || select_tracer() local [all...] |
| /linux/tools/perf/util/ |
| H A D | annotate.c | 1343 FILE__write_graph(void * fp,int graph) FILE__write_graph() argument 1765 disasm_line__write(struct disasm_line * dl,struct annotation * notes,void * obj,char * bf,size_t size,void (* obj__printf)(void * obj,const char * fmt,...),void (* obj__write_graph)(void * obj,int graph)) disasm_line__write() argument
|