Searched refs:set_over_voltage_protection (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/regulator/ |
H A D | driver.h | 180 int (*set_over_voltage_protection)(struct regulator_dev *, int lim_uV, member
|
/openbmc/linux/drivers/regulator/ |
H A D | bd9576-regulator.c | 527 .set_over_voltage_protection = bd9576_set_ovp, 551 .set_over_voltage_protection = bd9576_set_ovp,
|
H A D | bd718x7-regulator.c | 71 .set_over_voltage_protection = (_set_ovp), \ 83 .set_over_voltage_protection = (_set_ovp), \ 655 .set_over_voltage_protection = bd718x7_set_buck_ovp,
|
H A D | da9063-regulator.c | 581 .set_over_voltage_protection = da9063_set_xvp, 599 .set_over_voltage_protection = da9063_set_xvp,
|
H A D | max5970-regulator.c | 216 .set_over_voltage_protection = max597x_set_ovp,
|
H A D | core.c | 1583 ops->set_over_voltage_protection, in set_machine_constraints()
|