Lines Matching refs: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)
40 static struct audioreach_graph *q6apm_get_audioreach_graph(struct q6apm *apm, uint32_t graph_id)
101 struct q6apm *apm = graph->apm;
133 struct q6apm *apm;
149 static int q6apm_get_apm_state(struct q6apm *apm)
173 static struct audioreach_module *__q6apm_find_module_by_mid(struct q6apm *apm,
608 struct q6apm *apm = dev_get_drvdata(dev->parent);
713 #define APM_AUDIO_DRV_NAME "q6apm-audio"
724 struct q6apm *apm;
752 dev_err(dev, "failed to register q6apm: %d\n", ret);
762 struct q6apm *apm = graph->apm;
771 struct q6apm *apm = dev_get_drvdata(&gdev->dev);
815 { .compatible = "qcom,q6apm" },