Home
last modified time | relevance | path

Searched refs:q6apm_graph (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/sound/soc/qcom/qdsp6/
Dq6apm.h93 struct q6apm_graph { struct
110 struct q6apm_graph *q6apm_graph_open(struct device *dev, q6apm_cb cb, argument
112 int q6apm_graph_close(struct q6apm_graph *graph);
113 int q6apm_graph_prepare(struct q6apm_graph *graph);
114 int q6apm_graph_start(struct q6apm_graph *graph);
115 int q6apm_graph_stop(struct q6apm_graph *graph);
116 int q6apm_graph_flush(struct q6apm_graph *graph);
119 int q6apm_graph_media_format_pcm(struct q6apm_graph *graph,
122 int q6apm_graph_media_format_shmem(struct q6apm_graph *graph,
126 int q6apm_send_eos_nowait(struct q6apm_graph *graph);
[all …]
Dq6apm.c262 int q6apm_graph_media_format_shmem(struct q6apm_graph *graph, in q6apm_graph_media_format_shmem()
282 int q6apm_map_memory_regions(struct q6apm_graph *graph, unsigned int dir, phys_addr_t phys, in q6apm_map_memory_regions()
338 int q6apm_unmap_memory_regions(struct q6apm_graph *graph, unsigned int dir) in q6apm_unmap_memory_regions()
370 int q6apm_graph_media_format_pcm(struct q6apm_graph *graph, struct audioreach_module_config *cfg) in q6apm_graph_media_format_pcm()
394 static int q6apm_graph_get_tx_shmem_module_iid(struct q6apm_graph *graph) in q6apm_graph_get_tx_shmem_module_iid()
406 int q6apm_graph_get_rx_shmem_module_iid(struct q6apm_graph *graph) in q6apm_graph_get_rx_shmem_module_iid()
419 int q6apm_write_async(struct q6apm_graph *graph, uint32_t len, uint32_t msw_ts, in q6apm_write_async()
462 int q6apm_read(struct q6apm_graph *graph) in q6apm_read()
507 struct q6apm_graph *graph = priv; in graph_callback()
602 struct q6apm_graph *q6apm_graph_open(struct device *dev, q6apm_cb cb, in q6apm_graph_open()
[all …]
Daudioreach.h9 struct q6apm_graph;
704 void audioreach_graph_free_buf(struct q6apm_graph *graph);
705 int audioreach_map_memory_regions(struct q6apm_graph *graph,
712 int audioreach_graph_send_cmd_sync(struct q6apm_graph *graph, struct gpr_pkt *pkt,
714 int audioreach_set_media_format(struct q6apm_graph *graph,
717 int audioreach_shared_memory_send_eos(struct q6apm_graph *graph);
Dq6apm-lpass-dais.c20 struct q6apm_graph *graph[APM_PORT_MAX];
126 struct q6apm_graph *graph; in q6apm_lpass_dai_prepare()
171 struct q6apm_graph *graph; in q6apm_lpass_dai_startup()
Daudioreach.c612 int audioreach_graph_send_cmd_sync(struct q6apm_graph *graph, struct gpr_pkt *pkt, in audioreach_graph_send_cmd_sync()
622 static int audioreach_codec_dma_set_media_format(struct q6apm_graph *graph, in audioreach_codec_dma_set_media_format()
699 static int audioreach_i2s_set_media_format(struct q6apm_graph *graph, in audioreach_i2s_set_media_format()
775 static int audioreach_logging_set_media_format(struct q6apm_graph *graph, in audioreach_logging_set_media_format()
810 static int audioreach_pcm_set_media_format(struct q6apm_graph *graph, in audioreach_pcm_set_media_format()
868 static int audioreach_shmem_set_media_format(struct q6apm_graph *graph, in audioreach_shmem_set_media_format()
962 static int audioreach_gain_set(struct q6apm_graph *graph, struct audioreach_module *module) in audioreach_gain_set()
991 int audioreach_set_media_format(struct q6apm_graph *graph, struct audioreach_module *module, in audioreach_set_media_format()
1027 void audioreach_graph_free_buf(struct q6apm_graph *graph) in audioreach_graph_free_buf()
1045 int audioreach_map_memory_regions(struct q6apm_graph *graph, unsigned int dir, size_t period_sz, in audioreach_map_memory_regions()
[all …]
Dq6apm-dai.c55 struct q6apm_graph *graph;