Lines Matching full:q6apm
19 #include "q6apm.h"
30 static struct q6apm *g_apm;
32 int q6apm_send_cmd_sync(struct q6apm *apm, struct gpr_pkt *pkt, uint32_t rsp_opcode) in q6apm_send_cmd_sync()
40 static struct audioreach_graph *q6apm_get_audioreach_graph(struct q6apm *apm, uint32_t graph_id) in q6apm_get_audioreach_graph()
101 struct q6apm *apm = graph->apm; in audioreach_graph_mgmt_cmd()
133 struct q6apm *apm; in q6apm_put_audioreach_graph()
149 static int q6apm_get_apm_state(struct q6apm *apm) in q6apm_get_apm_state()
173 static struct audioreach_module *__q6apm_find_module_by_mid(struct q6apm *apm, in __q6apm_find_module_by_mid()
608 struct q6apm *apm = dev_get_drvdata(dev->parent); in q6apm_graph_open()
713 #define APM_AUDIO_DRV_NAME "q6apm-audio"
724 struct q6apm *apm; in apm_probe()
752 dev_err(dev, "failed to register q6apm: %d\n", ret); in apm_probe()
762 struct q6apm *apm = graph->apm; in q6apm_find_module_by_mid()
771 struct q6apm *apm = dev_get_drvdata(&gdev->dev); in apm_callback()
815 { .compatible = "qcom,q6apm" },