Home
last modified time | relevance | path

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

/drivers/remoteproc/
Dqcom_q6v5_pas.c40 struct qcom_adsp { struct
41 struct device *dev;
42 struct rproc *rproc;
44 struct qcom_q6v5 q6v5;
46 struct clk *xo;
47 struct clk *aggre2_clk;
72 struct qcom_adsp *adsp = (struct qcom_adsp *)rproc->priv; in adsp_load() argument
Dqcom_q6v5_adsp.c65 struct qcom_adsp { struct
66 struct device *dev;
67 struct rproc *rproc;
69 struct qcom_q6v5 q6v5;
71 struct clk *xo;
73 int num_clks;
74 struct clk_bulk_data *clks;
99 static int qcom_adsp_shutdown(struct qcom_adsp *adsp) in qcom_adsp_shutdown() argument