Home
last modified time | relevance | path

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

/Linux-v5.4/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_mss.c135 struct q6v5 { struct
150 struct qcom_q6v5 q6v5; argument
228 static int q6v5_regulator_enable(struct q6v5 *qproc, in q6v5_regulator_enable()
278 static void q6v5_regulator_disable(struct q6v5 *qproc, in q6v5_regulator_disable()
325 static int q6v5_pds_enable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_enable()
349 static void q6v5_pds_disable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_disable()
360 static int q6v5_xfer_mem_ownership(struct q6v5 *qproc, int *current_perm, in q6v5_xfer_mem_ownership()
382 struct q6v5 *qproc = rproc->priv; in q6v5_load()
389 static int q6v5_reset_assert(struct q6v5 *qproc) in q6v5_reset_assert()
404 static int q6v5_reset_deassert(struct q6v5 *qproc) in q6v5_reset_deassert()
[all …]
Dqcom_q6v5_pas.c44 struct qcom_q6v5 q6v5; member
85 qcom_q6v5_prepare(&adsp->q6v5); in adsp_start()
110 ret = qcom_q6v5_wait_for_start(&adsp->q6v5, msecs_to_jiffies(5000)); in adsp_start()
131 static void qcom_pas_handover(struct qcom_q6v5 *q6v5) in qcom_pas_handover() argument
133 struct qcom_adsp *adsp = container_of(q6v5, struct qcom_adsp, q6v5); in qcom_pas_handover()
147 ret = qcom_q6v5_request_stop(&adsp->q6v5); in adsp_stop()
155 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
157 qcom_pas_handover(&adsp->q6v5); in adsp_stop()
295 ret = qcom_q6v5_init(&adsp->q6v5, pdev, rproc, desc->crash_reason_smem, in adsp_probe()
Dqcom_q6v5_adsp.c69 struct qcom_q6v5 q6v5; member
179 qcom_q6v5_prepare(&adsp->q6v5); in adsp_start()
222 ret = qcom_q6v5_wait_for_start(&adsp->q6v5, msecs_to_jiffies(5 * HZ)); in adsp_start()
238 qcom_q6v5_unprepare(&adsp->q6v5); in adsp_start()
243 static void qcom_adsp_pil_handover(struct qcom_q6v5 *q6v5) in qcom_adsp_pil_handover() argument
245 struct qcom_adsp *adsp = container_of(q6v5, struct qcom_adsp, q6v5); in qcom_adsp_pil_handover()
258 ret = qcom_q6v5_request_stop(&adsp->q6v5); in adsp_stop()
266 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
268 qcom_adsp_pil_handover(&adsp->q6v5); in adsp_stop()
450 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-v5.4/Documentation/devicetree/bindings/remoteproc/
Dqcom,q6v5.txt10 "qcom,q6v5-pil",
38 qcom,q6v5-pil:
66 qcom,q6v5-pil:
96 "qcom,q6v5-pil"
134 qcom,q6v5-pil:
181 compatible = "qcom,q6v5-pil";
/Linux-v5.4/arch/arm64/boot/dts/qcom/
Dmsm8916.dtsi1030 compatible = "qcom,q6v5-pil";