Home
last modified time | relevance | path

Searched refs:set_over_current_protection (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/regulator/ !
Dstpmic1_regulator.c140 .set_over_current_protection = stpmic1_set_icc,
153 .set_over_current_protection = stpmic1_set_icc,
160 .set_over_current_protection = stpmic1_set_icc,
174 .set_over_current_protection = stpmic1_set_icc,
187 .set_over_current_protection = stpmic1_set_icc,
194 .set_over_current_protection = stpmic1_set_icc,
Drt5759-regulator.c192 .set_over_current_protection = rt5759_set_ocp,
Dqcom-labibb-regulator.c688 .set_over_current_protection = qcom_labibb_set_ocp,
Dbd9576-regulator.c537 .set_over_current_protection = bd9576_set_ocp,
Dcore.c1470 && ops->set_over_current_protection) { in set_machine_constraints()
1473 ret = ops->set_over_current_protection(rdev, lim, in set_machine_constraints()
1485 ops->set_over_current_protection, in set_machine_constraints()
Dqcom_spmi-regulator.c1351 .set_over_current_protection = spmi_regulator_vs_ocp,
/linux-5.19.10/include/linux/regulator/ !
Ddriver.h178 int (*set_over_current_protection)(struct regulator_dev *, int lim_uA, member