Searched defs:regulator_desc (Results 1 – 3 of 3) sorted by relevance
275 struct regulator_desc { struct281 const struct regulator_desc *, argument283 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;[all …]
204 const struct regulator_desc *regulator_desc, in devm_regulator_register()
3839 regulator_register(const struct regulator_desc *regulator_desc, in regulator_register()