Home
last modified time | relevance | path

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

/include/linux/regulator/
Ddriver.h357 struct regulator_desc { struct
364 const struct regulator_desc *, argument
366 int id;
367 unsigned int continuous_voltage_range:1;
368 unsigned n_voltages;
369 unsigned int n_current_limits;
370 const struct regulator_ops *ops;
371 int irq;
372 enum regulator_type type;
373 struct module *owner;
[all …]