]> Git Repo - linux.git/blame - drivers/remoteproc/qcom_wcnss.h
Merge tag 'gfs2-v5.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / remoteproc / qcom_wcnss.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
aed361ad
BA
2#ifndef __QCOM_WNCSS_H__
3#define __QCOM_WNCSS_H__
4
5struct qcom_iris;
6struct qcom_wcnss;
7
6de1a507
BA
8extern struct platform_driver qcom_iris_driver;
9
aed361ad
BA
10struct wcnss_vreg_info {
11 const char * const name;
12 int min_voltage;
13 int max_voltage;
14
15 int load_uA;
16
17 bool super_turbo;
18};
19
1fcef985
BA
20struct qcom_iris *qcom_iris_probe(struct device *parent, bool *use_48mhz_xo);
21void qcom_iris_remove(struct qcom_iris *iris);
aed361ad
BA
22int qcom_iris_enable(struct qcom_iris *iris);
23void qcom_iris_disable(struct qcom_iris *iris);
24
aed361ad 25#endif
This page took 0.367932 seconds and 4 git commands to generate.