Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dstpmic1_regulator.c137 .set_over_current_protection = stpmic1_set_icc,
150 .set_over_current_protection = stpmic1_set_icc,
157 .set_over_current_protection = stpmic1_set_icc,
171 .set_over_current_protection = stpmic1_set_icc,
184 .set_over_current_protection = stpmic1_set_icc,
191 .set_over_current_protection = stpmic1_set_icc,
Dqcom_spmi-regulator.c1314 .set_over_current_protection = spmi_regulator_vs_ocp,
Dcore.c1369 && ops->set_over_current_protection) { in set_machine_constraints()
1370 ret = ops->set_over_current_protection(rdev); in set_machine_constraints()
/Linux-v5.4/include/linux/regulator/
Ddriver.h163 int (*set_over_current_protection) (struct regulator_dev *); member