Home
last modified time | relevance | path

Searched refs:set_over_voltage_protection (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/regulator/
H A Ddriver.h180 int (*set_over_voltage_protection)(struct regulator_dev *, int lim_uV, member
/openbmc/linux/drivers/regulator/
H A Dbd9576-regulator.c527 .set_over_voltage_protection = bd9576_set_ovp,
551 .set_over_voltage_protection = bd9576_set_ovp,
H A Dbd718x7-regulator.c71 .set_over_voltage_protection = (_set_ovp), \
83 .set_over_voltage_protection = (_set_ovp), \
655 .set_over_voltage_protection = bd718x7_set_buck_ovp,
H A Dda9063-regulator.c581 .set_over_voltage_protection = da9063_set_xvp,
599 .set_over_voltage_protection = da9063_set_xvp,
H A Dmax5970-regulator.c216 .set_over_voltage_protection = max597x_set_ovp,
H A Dcore.c1583 ops->set_over_voltage_protection, in set_machine_constraints()