Home
last modified time | relevance | path

Searched refs:q6apm_cb (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6apm.h94 typedef void (*q6apm_cb) (uint32_t opcode, uint32_t token, typedef
98 q6apm_cb cb;
113 struct q6apm_graph *q6apm_graph_open(struct device *dev, q6apm_cb cb,
H A Dq6apm-dai.c355 prtd->graph = q6apm_graph_open(dev, (q6apm_cb)event_handler, prtd, graph_id); in q6apm_dai_open()
499 prtd->graph = q6apm_graph_open(dev, (q6apm_cb)event_handler_compr, prtd, graph_id); in q6apm_dai_compr_open()
H A Dq6apm.c605 struct q6apm_graph *q6apm_graph_open(struct device *dev, q6apm_cb cb, in q6apm_graph_open()