Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/regulator/
Ddriver.h153 struct regulator_ops { struct
156 int (*list_voltage) (struct regulator_dev *, unsigned selector);
159 int (*set_voltage) (struct regulator_dev *, int min_uV, int max_uV,
161 int (*map_voltage)(struct regulator_dev *, int min_uV, int max_uV);
162 int (*set_voltage_sel) (struct regulator_dev *, unsigned selector);
163 int (*get_voltage) (struct regulator_dev *);
164 int (*get_voltage_sel) (struct regulator_dev *);
167 int (*set_current_limit) (struct regulator_dev *,
169 int (*get_current_limit) (struct regulator_dev *);
171 int (*set_input_current_limit) (struct regulator_dev *, int lim_uA);
[all …]
/Linux-v5.15/drivers/regulator/
Dtps6524x-regulator.c567 static const struct regulator_ops regulator_ops = { variable