Searched defs:qcom_adsp (Results 1 – 2 of 2) sorted by relevance
40 struct qcom_adsp { struct41 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
65 struct qcom_adsp { struct66 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