Home
last modified time | relevance | path

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

/include/linux/regulator/
Ddriver.h155 struct regulator_ops { struct
158 int (*list_voltage) (struct regulator_dev *, unsigned selector);
161 int (*set_voltage) (struct regulator_dev *, int min_uV, int max_uV,
163 int (*map_voltage)(struct regulator_dev *, int min_uV, int max_uV);
164 int (*set_voltage_sel) (struct regulator_dev *, unsigned selector);
165 int (*get_voltage) (struct regulator_dev *);
166 int (*get_voltage_sel) (struct regulator_dev *);
169 int (*set_current_limit) (struct regulator_dev *,
171 int (*get_current_limit) (struct regulator_dev *);
173 int (*set_input_current_limit) (struct regulator_dev *, int lim_uA);
[all …]