Searched defs:qcom_adsp (Results 1 – 1 of 1) sorted by relevance
48 struct qcom_adsp { struct49 struct device *dev;50 struct rproc *rproc;52 struct qcom_q6v5 q6v5;54 struct clk *xo;55 struct clk *aggre2_clk;80 struct qcom_adsp *adsp = (struct qcom_adsp *)rproc->priv; in adsp_load() argument