Home
last modified time | relevance | path

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

/include/linux/regulator/
Ddriver.h247 struct regulator_desc { struct
248 const char *name;
249 const char *supply_name;
250 const char *of_match;
251 const char *regulators_node;
252 int id;
253 bool continuous_voltage_range;
254 unsigned n_voltages;
255 const struct regulator_ops *ops;
256 int irq;
[all …]