Searched defs:regulator_desc (Results 1 – 2 of 2) sorted by relevance
73490 struct regulator_desc { struct73496 int (*of_parse_cb)(struct device_node *, const struct regulator_desc *, struct regulator_config *); argument73497 int id;73498 unsigned int continuous_voltage_range: 1;73499 unsigned int n_voltages;73500 unsigned int n_current_limits;73501 const struct regulator_ops *ops;73502 int irq;73503 enum regulator_type type;73504 struct module *owner;[all …]
83672 struct regulator_desc { struct83678 int (*of_parse_cb)(struct device_node *, const struct regulator_desc *, struct regulator_config *); argument83679 int id;83680 unsigned int continuous_voltage_range: 1;83681 unsigned int n_voltages;83682 unsigned int n_current_limits;83683 const struct regulator_ops *ops;83684 int irq;83685 enum regulator_type type;83686 struct module *owner;[all …]