Home
last modified time | relevance | path

Searched refs:qcom_q6v5 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/remoteproc/
H A Dqcom_q6v5.h15 struct qcom_q6v5 { struct
42 void (*handover)(struct qcom_q6v5 *q6v5); argument
45 int qcom_q6v5_init(struct qcom_q6v5 *q6v5, struct platform_device *pdev,
47 void (*handover)(struct qcom_q6v5 *q6v5));
48 void qcom_q6v5_deinit(struct qcom_q6v5 *q6v5);
50 int qcom_q6v5_prepare(struct qcom_q6v5 *q6v5);
51 int qcom_q6v5_unprepare(struct qcom_q6v5 *q6v5);
52 int qcom_q6v5_request_stop(struct qcom_q6v5 *q6v5, struct qcom_sysmon *sysmon);
53 int qcom_q6v5_wait_for_start(struct qcom_q6v5 *q6v5, int timeout);
54 unsigned long qcom_q6v5_panic(struct qcom_q6v5 *q6v5);
H A Dqcom_q6v5_adsp.c84 struct qcom_q6v5 q6v5;
454 static void qcom_adsp_pil_handover(struct qcom_q6v5 *q6v5) in qcom_adsp_pil_handover()
H A Dqcom_q6v5_pas.c68 struct qcom_q6v5 q6v5;
369 static void qcom_pas_handover(struct qcom_q6v5 *q6v5) in qcom_pas_handover()
H A Dqcom_q6v5_wcss.c139 struct qcom_q6v5 q6v5;
H A Dqcom_q6v5_mss.c203 struct qcom_q6v5 q6v5;
1748 static void qcom_msa_handover(struct qcom_q6v5 *q6v5) in qcom_msa_handover()