Home
last modified time | relevance | path

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

/include/linux/regulator/
Ddriver.h142 struct regulator_ops { struct
145 int (*list_voltage) (struct regulator_dev *, unsigned selector);
148 int (*set_voltage) (struct regulator_dev *, int min_uV, int max_uV,
150 int (*map_voltage)(struct regulator_dev *, int min_uV, int max_uV);
151 int (*set_voltage_sel) (struct regulator_dev *, unsigned selector);
152 int (*get_voltage) (struct regulator_dev *);
153 int (*get_voltage_sel) (struct regulator_dev *);
156 int (*set_current_limit) (struct regulator_dev *,
158 int (*get_current_limit) (struct regulator_dev *);
160 int (*set_input_current_limit) (struct regulator_dev *, int lim_uA);
[all …]