qcom_q6v5_request_stop
EXPORT_SYMBOL_GPL(qcom_q6v5_request_stop);
int qcom_q6v5_request_stop(struct qcom_q6v5 *q6v5, struct qcom_sysmon *sysmon);
ret = qcom_q6v5_request_stop(&adsp->q6v5, adsp->sysmon);
ret = qcom_q6v5_request_stop(&qproc->q6v5, qproc->sysmon);
ret = qcom_q6v5_request_stop(&pas->q6v5, pas->sysmon);
ret = qcom_q6v5_request_stop(&wcss->q6v5, NULL);