Searched defs:regulator_ops (Results 1 – 2 of 2) sorted by relevance
85 struct regulator_ops { struct88 int (*list_voltage) (struct regulator_dev *, unsigned selector);91 int (*set_voltage) (struct regulator_dev *, int min_uV, int max_uV,93 int (*set_voltage_sel) (struct regulator_dev *, unsigned selector);94 int (*get_voltage) (struct regulator_dev *);95 int (*get_voltage_sel) (struct regulator_dev *);98 int (*set_current_limit) (struct regulator_dev *,100 int (*get_current_limit) (struct regulator_dev *);103 int (*enable) (struct regulator_dev *);104 int (*disable) (struct regulator_dev *);[all …]
588 static struct regulator_ops regulator_ops = { variable