Searched defs:regulator_ops (Results 1 – 2 of 2) sorted by relevance
132 struct regulator_ops { struct135 int (*list_voltage) (struct regulator_dev *, unsigned selector);138 int (*set_voltage) (struct regulator_dev *, int min_uV, int max_uV,140 int (*map_voltage)(struct regulator_dev *, int min_uV, int max_uV);141 int (*set_voltage_sel) (struct regulator_dev *, unsigned selector);142 int (*get_voltage) (struct regulator_dev *);143 int (*get_voltage_sel) (struct regulator_dev *);146 int (*set_current_limit) (struct regulator_dev *,148 int (*get_current_limit) (struct regulator_dev *);150 int (*set_input_current_limit) (struct regulator_dev *, int lim_uA);[all …]
568 static struct regulator_ops regulator_ops = { variable