Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A 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,
H A Drt5759-regulator.c192 .set_over_current_protection = rt5759_set_ocp,
H A Dqcom-labibb-regulator.c688 .set_over_current_protection = qcom_labibb_set_ocp,
H A Dcore.c1519 && ops->set_over_current_protection) { in set_machine_constraints()
1522 ret = ops->set_over_current_protection(rdev, lim, in set_machine_constraints()
1534 ops->set_over_current_protection, in set_machine_constraints()
H A Dqcom_spmi-regulator.c1463 .set_over_current_protection = spmi_regulator_vs_ocp,
/linux/include/linux/regulator/
H A Ddriver.h85 * @set_over_current_protection: Support enabling of and setting limits for over
173 int (*set_over_current_protection)(struct regulator_dev *, int lim_uA, member