Home
last modified time | relevance | path

Searched defs:regulator_desc (Results 1 – 1 of 1) sorted by relevance

/include/linux/regulator/
Ddriver.h327 struct regulator_desc { struct
333 const struct regulator_desc *, argument
335 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 …]