Searched refs:lim_uV (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/regulator/ |
| D | bd9576-regulator.c | 383 static int bd9576_set_uvp(struct regulator_dev *rdev, int lim_uV, int severity, in bd9576_set_uvp() argument 391 if (!enable || lim_uV) in bd9576_set_uvp() 400 if ((lim_uV && !enable) || (!lim_uV && enable)) in bd9576_set_uvp() 420 reg, mask, lim_uV); in bd9576_set_uvp() 423 static int bd9576_set_ovp(struct regulator_dev *rdev, int lim_uV, int severity, in bd9576_set_ovp() argument 431 if (!enable || lim_uV) in bd9576_set_ovp() 440 if ((lim_uV && !enable) || (!lim_uV && enable)) in bd9576_set_ovp() 460 reg, mask, lim_uV); in bd9576_set_ovp()
|
| D | bd718x7-regulator.c | 458 static int bd718x7_xvp_sanity_check(struct regulator_dev *rdev, int lim_uV, in bd718x7_xvp_sanity_check() argument 475 if (lim_uV) in bd718x7_xvp_sanity_check() 481 static int bd718x7_set_ldo_uvp(struct regulator_dev *rdev, int lim_uV, in bd718x7_set_ldo_uvp() argument 487 ret = bd718x7_xvp_sanity_check(rdev, lim_uV, severity); in bd718x7_set_ldo_uvp() 543 static int bd718x7_set_buck_uvp(struct regulator_dev *rdev, int lim_uV, in bd718x7_set_buck_uvp() argument 548 ret = bd718x7_xvp_sanity_check(rdev, lim_uV, severity); in bd718x7_set_buck_uvp() 563 static int bd718x7_set_buck_ovp(struct regulator_dev *rdev, int lim_uV, in bd718x7_set_buck_ovp() argument 569 ret = bd718x7_xvp_sanity_check(rdev, lim_uV, severity); in bd718x7_set_buck_ovp()
|
| /Linux-v5.15/include/linux/regulator/ |
| D | driver.h | 174 int (*set_over_voltage_protection)(struct regulator_dev *, int lim_uV, 176 int (*set_under_voltage_protection)(struct regulator_dev *, int lim_uV,
|