Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/qcom/qdsp6/
Dq6prm.c53 return audioreach_send_cmd_sync(prm->dev, prm->gdev, &prm->result, &prm->lock, in q6prm_send_cmd_sync()
Daudioreach.c566 int audioreach_send_cmd_sync(struct device *dev, gpr_device_t *gdev, in audioreach_send_cmd_sync() function
610 EXPORT_SYMBOL_GPL(audioreach_send_cmd_sync);
616 return audioreach_send_cmd_sync(graph->dev, NULL, &graph->result, &graph->lock, in audioreach_graph_send_cmd_sync()
Daudioreach.h709 int audioreach_send_cmd_sync(struct device *dev, gpr_device_t *gdev, struct gpr_ibasic_rsp_result_t…
Dq6apm.c34 return audioreach_send_cmd_sync(&gdev->dev, gdev, &apm->result, &apm->lock, in q6apm_send_cmd_sync()