Searched defs:regulator_desc (Results 1 – 3 of 3) sorted by relevance
317 struct regulator_desc { struct323 const struct regulator_desc *, argument325 int id;326 unsigned int continuous_voltage_range:1;327 unsigned n_voltages;328 const struct regulator_ops *ops;329 int irq;330 enum regulator_type type;331 struct module *owner;333 unsigned int min_uV;[all …]
190 const struct regulator_desc *regulator_desc, in devm_regulator_register()
4307 regulator_register(const struct regulator_desc *regulator_desc, in regulator_register()