Lines Matching defs:regulator_desc
275 struct regulator_desc { struct
281 const struct regulator_desc *, argument
283 int id;
284 bool continuous_voltage_range;
285 unsigned n_voltages;
286 const struct regulator_ops *ops;
287 int irq;
288 enum regulator_type type;
289 struct module *owner;
291 unsigned int min_uV;
292 unsigned int uV_step;
293 unsigned int linear_min_sel;
294 int fixed_uV;
295 unsigned int ramp_delay;
296 int min_dropout_uV;
298 const struct regulator_linear_range *linear_ranges;
299 int n_linear_ranges;
301 const unsigned int *volt_table;
303 unsigned int vsel_reg;
304 unsigned int vsel_mask;
328 * structure of this type and a struct regulator_desc. This structure argument