Searched refs:set_under_voltage_protection (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | bd718x7-regulator.c | 70 .set_under_voltage_protection = (_set_uvp), \ 82 .set_under_voltage_protection = (_set_uvp), \ 577 .set_under_voltage_protection = bd718x7_set_ldo_uvp, 654 .set_under_voltage_protection = bd718x7_set_buck_uvp,
|
H A D | bd9576-regulator.c | 528 .set_under_voltage_protection = bd9576_set_uvp, 552 .set_under_voltage_protection = bd9576_set_uvp,
|
H A D | da9063-regulator.c | 582 .set_under_voltage_protection = da9063_set_xvp, 600 .set_under_voltage_protection = da9063_set_xvp,
|
H A D | max5970-regulator.c | 217 .set_under_voltage_protection = max597x_set_uvp,
|
H A D | core.c | 1597 ops->set_under_voltage_protection, in set_machine_constraints()
|
/openbmc/linux/include/linux/regulator/ |
H A D | driver.h | 182 int (*set_under_voltage_protection)(struct regulator_dev *, int lim_uV, member
|