Lines Matching refs:q6apm_graph

193 int q6apm_graph_media_format_shmem(struct q6apm_graph *graph,  in q6apm_graph_media_format_shmem()
213 int q6apm_map_memory_regions(struct q6apm_graph *graph, unsigned int dir, phys_addr_t phys, in q6apm_map_memory_regions()
269 int q6apm_unmap_memory_regions(struct q6apm_graph *graph, unsigned int dir) in q6apm_unmap_memory_regions()
301 int q6apm_remove_initial_silence(struct device *dev, struct q6apm_graph *graph, uint32_t samples) in q6apm_remove_initial_silence()
313 int q6apm_remove_trailing_silence(struct device *dev, struct q6apm_graph *graph, uint32_t samples) in q6apm_remove_trailing_silence()
325 int q6apm_enable_compress_module(struct device *dev, struct q6apm_graph *graph, bool en) in q6apm_enable_compress_module()
337 int q6apm_set_real_module_id(struct device *dev, struct q6apm_graph *graph, in q6apm_set_real_module_id()
366 int q6apm_graph_media_format_pcm(struct q6apm_graph *graph, struct audioreach_module_config *cfg) in q6apm_graph_media_format_pcm()
390 static int q6apm_graph_get_tx_shmem_module_iid(struct q6apm_graph *graph) in q6apm_graph_get_tx_shmem_module_iid()
402 int q6apm_graph_get_rx_shmem_module_iid(struct q6apm_graph *graph) in q6apm_graph_get_rx_shmem_module_iid()
415 int q6apm_write_async(struct q6apm_graph *graph, uint32_t len, uint32_t msw_ts, in q6apm_write_async()
458 int q6apm_read(struct q6apm_graph *graph) in q6apm_read()
503 struct q6apm_graph *graph = priv; in graph_callback()
605 struct q6apm_graph *q6apm_graph_open(struct device *dev, q6apm_cb cb, in q6apm_graph_open()
610 struct q6apm_graph *graph; in q6apm_graph_open()
652 int q6apm_graph_close(struct q6apm_graph *graph) in q6apm_graph_close()
665 int q6apm_graph_prepare(struct q6apm_graph *graph) in q6apm_graph_prepare()
671 int q6apm_graph_start(struct q6apm_graph *graph) in q6apm_graph_start()
685 int q6apm_graph_stop(struct q6apm_graph *graph) in q6apm_graph_stop()
696 int q6apm_graph_flush(struct q6apm_graph *graph) in q6apm_graph_flush()
759 struct audioreach_module *q6apm_find_module_by_mid(struct q6apm_graph *graph, uint32_t mid) in q6apm_find_module_by_mid()