Searched defs:qcom_adsp (Results 1 – 2 of 2) sorted by relevance
52 struct qcom_adsp { struct53 struct device *dev;54 struct rproc *rproc;56 struct qcom_q6v5 q6v5;58 struct clk *xo;59 struct clk *aggre2_clk;61 struct regulator *cx_supply;62 struct regulator *px_supply;64 struct device *proxy_pds[3];66 int proxy_pd_count;[all …]
73 struct qcom_adsp { struct74 struct device *dev;75 struct rproc *rproc;77 struct qcom_q6v5 q6v5;79 struct clk *xo;81 int num_clks;82 struct clk_bulk_data *clks;84 void __iomem *qdsp6ss_base;86 struct reset_control *pdc_sync_reset;110 int (*shutdown)(struct qcom_adsp *adsp); argument