Lines Matching defs:regulator_desc
262 struct regulator_desc { struct
268 const struct regulator_desc *, argument
270 int id;
271 bool continuous_voltage_range;
272 unsigned n_voltages;
273 const struct regulator_ops *ops;
274 int irq;
275 enum regulator_type type;
276 struct module *owner;
278 unsigned int min_uV;
279 unsigned int uV_step;
280 unsigned int linear_min_sel;
281 int fixed_uV;
282 unsigned int ramp_delay;
284 const struct regulator_linear_range *linear_ranges;
285 int n_linear_ranges;
287 const unsigned int *volt_table;
289 unsigned int vsel_reg;
290 unsigned int vsel_mask;
314 * structure of this type and a struct regulator_desc. This structure argument