Home
last modified time | relevance | path

Searched refs:q6v5 (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/remoteproc/
Dqcom_q6v5.c24 int qcom_q6v5_prepare(struct qcom_q6v5 *q6v5) in qcom_q6v5_prepare() argument
26 reinit_completion(&q6v5->start_done); in qcom_q6v5_prepare()
27 reinit_completion(&q6v5->stop_done); in qcom_q6v5_prepare()
29 q6v5->running = true; in qcom_q6v5_prepare()
30 q6v5->handover_issued = false; in qcom_q6v5_prepare()
32 enable_irq(q6v5->handover_irq); in qcom_q6v5_prepare()
44 int qcom_q6v5_unprepare(struct qcom_q6v5 *q6v5) in qcom_q6v5_unprepare() argument
46 disable_irq(q6v5->handover_irq); in qcom_q6v5_unprepare()
48 return !q6v5->handover_issued; in qcom_q6v5_unprepare()
54 struct qcom_q6v5 *q6v5 = data; in q6v5_wdog_interrupt() local
[all …]
Dqcom_q6v5.h34 void (*handover)(struct qcom_q6v5 *q6v5);
37 int qcom_q6v5_init(struct qcom_q6v5 *q6v5, struct platform_device *pdev,
39 void (*handover)(struct qcom_q6v5 *q6v5));
41 int qcom_q6v5_prepare(struct qcom_q6v5 *q6v5);
42 int qcom_q6v5_unprepare(struct qcom_q6v5 *q6v5);
43 int qcom_q6v5_request_stop(struct qcom_q6v5 *q6v5);
44 int qcom_q6v5_wait_for_start(struct qcom_q6v5 *q6v5, int timeout);
Dqcom_q6v5_pil.c139 struct q6v5 { struct
153 struct qcom_q6v5 q6v5; argument
222 static int q6v5_regulator_enable(struct q6v5 *qproc, in q6v5_regulator_enable()
272 static void q6v5_regulator_disable(struct q6v5 *qproc, in q6v5_regulator_disable()
319 static int q6v5_xfer_mem_ownership(struct q6v5 *qproc, int *current_perm, in q6v5_xfer_mem_ownership()
341 struct q6v5 *qproc = rproc->priv; in q6v5_load()
348 static int q6v5_reset_assert(struct q6v5 *qproc) in q6v5_reset_assert()
356 static int q6v5_reset_deassert(struct q6v5 *qproc) in q6v5_reset_deassert()
371 static int q6v5_rmb_pbl_wait(struct q6v5 *qproc, int ms) in q6v5_rmb_pbl_wait()
391 static int q6v5_rmb_mba_wait(struct q6v5 *qproc, u32 status, int ms) in q6v5_rmb_mba_wait()
[all …]
Dqcom_adsp_pil.c52 struct qcom_q6v5 q6v5; member
93 qcom_q6v5_prepare(&adsp->q6v5); in adsp_start()
118 ret = qcom_q6v5_wait_for_start(&adsp->q6v5, msecs_to_jiffies(5000)); in adsp_start()
139 static void qcom_pas_handover(struct qcom_q6v5 *q6v5) in qcom_pas_handover() argument
141 struct qcom_adsp *adsp = container_of(q6v5, struct qcom_adsp, q6v5); in qcom_pas_handover()
155 ret = qcom_q6v5_request_stop(&adsp->q6v5); in adsp_stop()
163 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
165 qcom_pas_handover(&adsp->q6v5); in adsp_stop()
296 ret = qcom_q6v5_init(&adsp->q6v5, pdev, rproc, desc->crash_reason_smem, in adsp_probe()
Dqcom_q6v5_wcss.c88 struct qcom_q6v5 q6v5; member
185 qcom_q6v5_prepare(&wcss->q6v5); in q6v5_wcss_start()
221 ret = qcom_q6v5_wait_for_start(&wcss->q6v5, 5 * HZ); in q6v5_wcss_start()
389 ret = qcom_q6v5_request_stop(&wcss->q6v5); in q6v5_wcss_stop()
404 qcom_q6v5_unprepare(&wcss->q6v5); in q6v5_wcss_stop()
556 ret = qcom_q6v5_init(&wcss->q6v5, pdev, rproc, WCSS_CRASH_REASON, NULL); in q6v5_wcss_probe()
/Linux-v4.19/Documentation/devicetree/bindings/remoteproc/
Dqcom,q6v5.txt10 "qcom,q6v5-pil",
110 compatible = "qcom,q6v5-pil";
/Linux-v4.19/arch/arm64/boot/dts/qcom/
Dmsm8916.dtsi972 compatible = "qcom,q6v5-pil";