Lines Matching defs:graph

43 	struct audioreach_graph *graph;  in q6apm_get_audioreach_graph()  local
94 static int audioreach_graph_mgmt_cmd(struct audioreach_graph *graph, uint32_t opcode) in audioreach_graph_mgmt_cmd()
132 struct audioreach_graph *graph; in q6apm_put_audioreach_graph() local
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_graph_media_format_pcm(struct q6apm_graph *graph, struct audioreach_module_config *cfg) in q6apm_graph_media_format_pcm()
325 static int q6apm_graph_get_tx_shmem_module_iid(struct q6apm_graph *graph) in q6apm_graph_get_tx_shmem_module_iid()
337 int q6apm_graph_get_rx_shmem_module_iid(struct q6apm_graph *graph) in q6apm_graph_get_rx_shmem_module_iid()
350 int q6apm_write_async(struct q6apm_graph *graph, uint32_t len, uint32_t msw_ts, in q6apm_write_async()
393 int q6apm_read(struct q6apm_graph *graph) in q6apm_read()
438 struct q6apm_graph *graph = priv; in graph_callback() local
538 struct q6apm_graph *graph; in q6apm_graph_open() local
580 int q6apm_graph_close(struct q6apm_graph *graph) in q6apm_graph_close()
592 int q6apm_graph_prepare(struct q6apm_graph *graph) in q6apm_graph_prepare()
598 int q6apm_graph_start(struct q6apm_graph *graph) in q6apm_graph_start()
612 int q6apm_graph_stop(struct q6apm_graph *graph) in q6apm_graph_stop()
623 int q6apm_graph_flush(struct q6apm_graph *graph) in q6apm_graph_flush()
686 struct audioreach_module *q6apm_find_module_by_mid(struct q6apm_graph *graph, uint32_t mid) in q6apm_find_module_by_mid()