Searched defs:regulator_ops (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/regulator/ |
| D | driver.h | 127 struct regulator_ops { struct 130 int (*list_voltage) (struct regulator_dev *, unsigned selector); 133 int (*set_voltage) (struct regulator_dev *, int min_uV, int max_uV, 135 int (*map_voltage)(struct regulator_dev *, int min_uV, int max_uV); 136 int (*set_voltage_sel) (struct regulator_dev *, unsigned selector); 137 int (*get_voltage) (struct regulator_dev *); 138 int (*get_voltage_sel) (struct regulator_dev *); 141 int (*set_current_limit) (struct regulator_dev *, 143 int (*get_current_limit) (struct regulator_dev *); 145 int (*set_input_current_limit) (struct regulator_dev *, int lim_uA); [all …]
|
| /kernel/linux/linux-6.6/include/linux/regulator/ |
| D | driver.h | 159 struct regulator_ops { struct 162 int (*list_voltage) (struct regulator_dev *, unsigned selector); 165 int (*set_voltage) (struct regulator_dev *, int min_uV, int max_uV, 167 int (*map_voltage)(struct regulator_dev *, int min_uV, int max_uV); 168 int (*set_voltage_sel) (struct regulator_dev *, unsigned selector); 169 int (*get_voltage) (struct regulator_dev *); 170 int (*get_voltage_sel) (struct regulator_dev *); 173 int (*set_current_limit) (struct regulator_dev *, 175 int (*get_current_limit) (struct regulator_dev *); 177 int (*set_input_current_limit) (struct regulator_dev *, int lim_uA); [all …]
|
| /kernel/linux/linux-5.10/drivers/regulator/ |
| D | tps6524x-regulator.c | 567 static const struct regulator_ops regulator_ops = { variable
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| D | tps6524x-regulator.c | 567 static const struct regulator_ops regulator_ops = { variable
|