Searched defs:regulator_desc (Results 1 – 3 of 3) sorted by relevance
262 struct regulator_desc { struct268 const struct regulator_desc *, argument270 int id;271 bool continuous_voltage_range;272 unsigned n_voltages;273 const struct regulator_ops *ops;274 int irq;275 enum regulator_type type;276 struct module *owner;278 unsigned int min_uV;[all …]
204 const struct regulator_desc *regulator_desc, in devm_regulator_register()
3610 regulator_register(const struct regulator_desc *regulator_desc, in regulator_register()