Searched defs:regulator_desc (Results 1 – 1 of 1) sorted by relevance
357 struct regulator_desc { struct364 const struct regulator_desc *, argument366 int id;367 unsigned int continuous_voltage_range:1;368 unsigned n_voltages;369 unsigned int n_current_limits;370 const struct regulator_ops *ops;371 int irq;372 enum regulator_type type;373 struct module *owner;[all …]