Searched defs:regulator_desc (Results 1 – 1 of 1) sorted by relevance
327 struct regulator_desc { struct333 const struct regulator_desc *, argument335 int id;336 unsigned int continuous_voltage_range:1;337 unsigned n_voltages;338 unsigned int n_current_limits;339 const struct regulator_ops *ops;340 int irq;341 enum regulator_type type;342 struct module *owner;[all …]