Lines Matching defs:qcom_adsp
47 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];
84 static int adsp_pds_enable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_enable() argument