Home
last modified time | relevance | path

Searched refs:audioreach_send_cmd_sync (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6prm.c54 return audioreach_send_cmd_sync(prm->dev, prm->gdev, &prm->result, &prm->lock, in q6prm_send_cmd_sync()
H A Daudioreach.c536 int audioreach_send_cmd_sync(struct device *dev, gpr_device_t *gdev, in audioreach_send_cmd_sync() function
580 EXPORT_SYMBOL_GPL(audioreach_send_cmd_sync);
586 return audioreach_send_cmd_sync(graph->dev, NULL, &graph->result, &graph->lock, in audioreach_graph_send_cmd_sync()
H A Daudioreach.h791 int audioreach_send_cmd_sync(struct device *dev, gpr_device_t *gdev, struct gpr_ibasic_rsp_result_t…
H A Dq6apm.c36 return audioreach_send_cmd_sync(&gdev->dev, gdev, &apm->result, &apm->lock, in q6apm_send_cmd_sync()