Lines Matching refs:qcom_q6v5
16 #include "qcom_q6v5.h"
21 * qcom_q6v5_prepare() - reinitialize the qcom_q6v5 context before start
22 * @q6v5: reference to qcom_q6v5 context to be reinitialized
26 int qcom_q6v5_prepare(struct qcom_q6v5 *q6v5)
41 * qcom_q6v5_unprepare() - unprepare the qcom_q6v5 context after stop
42 * @q6v5: reference to qcom_q6v5 context to be unprepared
46 int qcom_q6v5_unprepare(struct qcom_q6v5 *q6v5)
56 struct qcom_q6v5 *q6v5 = data;
79 struct qcom_q6v5 *q6v5 = data;
97 struct qcom_q6v5 *q6v5 = data;
106 * @q6v5: reference to qcom_q6v5 context
113 int qcom_q6v5_wait_for_start(struct qcom_q6v5 *q6v5, int timeout)
127 struct qcom_q6v5 *q6v5 = data;
139 struct qcom_q6v5 *q6v5 = data;
148 * @q6v5: reference to qcom_q6v5 context
152 int qcom_q6v5_request_stop(struct qcom_q6v5 *q6v5)
171 * @q6v5: reference to qcom_q6v5 context
178 unsigned long qcom_q6v5_panic(struct qcom_q6v5 *q6v5)
197 int qcom_q6v5_init(struct qcom_q6v5 *q6v5, struct platform_device *pdev,
199 void (*handover)(struct qcom_q6v5 *q6v5))