Searched defs:regulator_desc (Results 1 – 1 of 1) sorted by relevance
247 struct regulator_desc { struct248 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 …]