Lines Matching refs:q6apm_graph
262 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()
607 struct q6apm_graph *graph; in q6apm_graph_open()
649 int q6apm_graph_close(struct q6apm_graph *graph) in q6apm_graph_close()
661 int q6apm_graph_prepare(struct q6apm_graph *graph) in q6apm_graph_prepare()
667 int q6apm_graph_start(struct q6apm_graph *graph) in q6apm_graph_start()
681 int q6apm_graph_stop(struct q6apm_graph *graph) in q6apm_graph_stop()
692 int q6apm_graph_flush(struct q6apm_graph *graph) in q6apm_graph_flush()
752 struct audioreach_module *q6apm_find_module_by_mid(struct q6apm_graph *graph, uint32_t mid) in q6apm_find_module_by_mid()