Searched refs:q6apm_graph (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/sound/soc/qcom/qdsp6/ |
| H A D | q6apm.h | 97 struct q6apm_graph { struct 116 int q6apm_graph_close(struct q6apm_graph *graph); 117 int q6apm_graph_prepare(struct q6apm_graph *graph); 118 int q6apm_graph_start(struct q6apm_graph *graph); 119 int q6apm_graph_stop(struct q6apm_graph *graph); 120 int q6apm_graph_flush(struct q6apm_graph *graph); 123 int q6apm_graph_media_format_pcm(struct q6apm_graph *graph, 126 int q6apm_graph_media_format_shmem(struct q6apm_graph *graph, 130 int q6apm_read(struct q6apm_graph *graph); 135 int q6apm_map_memory_regions(struct q6apm_graph *graph, [all …]
|
| H A D | q6apm.c | 193 int q6apm_graph_media_format_shmem(struct q6apm_graph *graph, in q6apm_graph_media_format_shmem() 402 int q6apm_graph_get_rx_shmem_module_iid(struct q6apm_graph *graph) in q6apm_graph_get_rx_shmem_module_iid() 458 int q6apm_read(struct q6apm_graph *graph) in q6apm_read() 497 int q6apm_get_hw_pointer(struct q6apm_graph *graph, int dir) in q6apm_get_hw_pointer() 516 struct q6apm_graph *graph = priv; in graph_callback() 626 struct q6apm_graph *graph; in q6apm_graph_open() 668 int q6apm_graph_close(struct q6apm_graph *graph) in q6apm_graph_close() 681 int q6apm_graph_prepare(struct q6apm_graph *graph) in q6apm_graph_prepare() 687 int q6apm_graph_start(struct q6apm_graph *graph) in q6apm_graph_start() 701 int q6apm_graph_stop(struct q6apm_graph *graph) in q6apm_graph_stop() [all …]
|
| H A D | audioreach.h | 9 struct q6apm_graph; 784 void audioreach_graph_free_buf(struct q6apm_graph *graph); 785 int audioreach_map_memory_regions(struct q6apm_graph *graph, 792 int audioreach_graph_send_cmd_sync(struct q6apm_graph *graph, struct gpr_pkt *pkt, 794 int audioreach_set_media_format(struct q6apm_graph *graph, 797 int audioreach_shared_memory_send_eos(struct q6apm_graph *graph); 800 int audioreach_send_u32_param(struct q6apm_graph *graph, struct audioreach_module *module, 802 int audioreach_compr_set_param(struct q6apm_graph *graph, struct audioreach_module_config *mcfg);
|
| H A D | audioreach.c | 786 static int audioreach_sal_limiter_enable(struct q6apm_graph *graph, in audioreach_sal_limiter_enable() 792 static int audioreach_sal_set_media_format(struct q6apm_graph *graph, in audioreach_sal_set_media_format() 799 static int audioreach_module_enable(struct q6apm_graph *graph, in audioreach_module_enable() 806 static int audioreach_gapless_set_media_format(struct q6apm_graph *graph, in audioreach_gapless_set_media_format() 814 static int audioreach_mfc_set_media_format(struct q6apm_graph *graph, in audioreach_mfc_set_media_format() 942 static int audioreach_i2s_set_media_format(struct q6apm_graph *graph, in audioreach_i2s_set_media_format() 1018 static int audioreach_logging_set_media_format(struct q6apm_graph *graph, in audioreach_logging_set_media_format() 1053 static int audioreach_pcm_set_media_format(struct q6apm_graph *graph, in audioreach_pcm_set_media_format() 1104 static int audioreach_shmem_set_media_format(struct q6apm_graph *graph, in audioreach_shmem_set_media_format() 1283 void audioreach_graph_free_buf(struct q6apm_graph *graph) in audioreach_graph_free_buf() [all …]
|
| H A D | q6apm-lpass-dais.c | 22 struct q6apm_graph *graph[APM_PORT_MAX]; 166 struct q6apm_graph *graph; in q6apm_lpass_dai_prepare() 224 struct q6apm_graph *graph; in q6apm_lpass_dai_startup()
|
| H A D | q6apm-dai.c | 75 struct q6apm_graph *graph;
|