Searched defs:regulator_desc (Results 1 – 1 of 1) sorted by relevance
364 struct regulator_desc { struct371 const struct regulator_desc *, argument373 int id;374 unsigned int continuous_voltage_range:1;375 unsigned n_voltages;376 unsigned int n_current_limits;377 const struct regulator_ops *ops;378 int irq;379 enum regulator_type type;380 struct module *owner;[all …]