Lines Matching defs:q6v5
135 struct q6v5 { struct
150 struct qcom_q6v5 q6v5; argument
152 struct clk *active_clks[8];
153 struct clk *reset_clks[4];
154 struct clk *proxy_clks[4];
155 struct device *active_pds[1];
156 struct device *proxy_pds[3];
157 int active_clk_count;
158 int reset_clk_count;
159 int proxy_clk_count;
160 int active_pd_count;
161 int proxy_pd_count;
163 struct reg_info active_regs[1];
164 struct reg_info proxy_regs[3];
165 int active_reg_count;
166 int proxy_reg_count;
168 bool running;
170 bool dump_mba_loaded;
171 unsigned long dump_segment_mask;
172 unsigned long dump_complete_mask;
174 phys_addr_t mba_phys;
175 void *mba_region;
176 size_t mba_size;
178 phys_addr_t mpss_phys;
202 static int q6v5_regulator_init(struct device *dev, struct reg_info *regs, in q6v5_regulator_init() argument
1201 static void qcom_msa_handover(struct qcom_q6v5 *q6v5) in qcom_msa_handover()