Lines Matching refs:q6v5
51 struct qcom_q6v5 q6v5; member
143 qcom_q6v5_prepare(&adsp->q6v5); in adsp_start()
176 ret = qcom_q6v5_wait_for_start(&adsp->q6v5, msecs_to_jiffies(5000)); in adsp_start()
198 qcom_q6v5_unprepare(&adsp->q6v5); in adsp_start()
203 static void qcom_pas_handover(struct qcom_q6v5 *q6v5) in qcom_pas_handover() argument
205 struct qcom_adsp *adsp = container_of(q6v5, struct qcom_adsp, q6v5); in qcom_pas_handover()
220 ret = qcom_q6v5_request_stop(&adsp->q6v5); in adsp_stop()
229 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
231 qcom_pas_handover(&adsp->q6v5); in adsp_stop()
252 return qcom_q6v5_panic(&adsp->q6v5); in adsp_panic()
448 ret = qcom_q6v5_init(&adsp->q6v5, pdev, rproc, desc->crash_reason_smem, in adsp_probe()