Home
last modified time | relevance | path

Searched defs:qcom_adsp (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/remoteproc/
Dqcom_q6v5_pas.c47 struct qcom_adsp { struct
48 struct device *dev;
49 struct rproc *rproc;
51 struct qcom_q6v5 q6v5;
53 struct clk *xo;
54 struct clk *aggre2_clk;
56 struct regulator *cx_supply;
57 struct regulator *px_supply;
59 struct device *active_pds[1];
60 struct device *proxy_pds[3];
[all …]
Dqcom_q6v5_adsp.c66 struct qcom_adsp { struct
67 struct device *dev;
68 struct rproc *rproc;
70 struct qcom_q6v5 q6v5;
72 struct clk *xo;
74 int num_clks;
75 struct clk_bulk_data *clks;
77 void __iomem *qdsp6ss_base;
101 static int qcom_adsp_shutdown(struct qcom_adsp *adsp) in qcom_adsp_shutdown() argument