Searched defs:regulator_desc (Results 1 – 3 of 3) 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 …]
185 const struct regulator_desc *regulator_desc, in devm_regulator_register()
4983 regulator_register(const struct regulator_desc *regulator_desc, in regulator_register()