Home
last modified time | relevance | path

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

/include/linux/regulator/
Ddriver.h144 struct regulator_ops { struct
147 int (*list_voltage) (struct regulator_dev *, unsigned selector);
150 int (*set_voltage) (struct regulator_dev *, int min_uV, int max_uV,
152 int (*map_voltage)(struct regulator_dev *, int min_uV, int max_uV);
153 int (*set_voltage_sel) (struct regulator_dev *, unsigned selector);
154 int (*get_voltage) (struct regulator_dev *);
155 int (*get_voltage_sel) (struct regulator_dev *);
158 int (*set_current_limit) (struct regulator_dev *,
160 int (*get_current_limit) (struct regulator_dev *);
162 int (*set_input_current_limit) (struct regulator_dev *, int lim_uA);
[all …]