Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/regulator/
Dstpmic1_regulator.c139 .set_over_current_protection = stpmic1_set_icc,
152 .set_over_current_protection = stpmic1_set_icc,
159 .set_over_current_protection = stpmic1_set_icc,
173 .set_over_current_protection = stpmic1_set_icc,
186 .set_over_current_protection = stpmic1_set_icc,
193 .set_over_current_protection = stpmic1_set_icc,
Dqcom_spmi-regulator.c1346 .set_over_current_protection = spmi_regulator_vs_ocp,
Dcore.c1401 && ops->set_over_current_protection) { in set_machine_constraints()
1402 ret = ops->set_over_current_protection(rdev); in set_machine_constraints()
/Linux-v5.10/include/linux/regulator/
Ddriver.h146 int (*set_over_current_protection) (struct regulator_dev *); member