Home
last modified time | relevance | path

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

/include/linux/regulator/
Ddriver.h364 struct regulator_desc { struct
371 const struct regulator_desc *, argument
373 int id;
374 unsigned int continuous_voltage_range:1;
375 unsigned n_voltages;
376 unsigned int n_current_limits;
377 const struct regulator_ops *ops;
378 int irq;
379 enum regulator_type type;
380 struct module *owner;
[all …]