Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/regulator/
H A 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,
H A Dqcom_spmi-regulator.c1346 .set_over_current_protection = spmi_regulator_vs_ocp,
H A Dcore.c1407 && ops->set_over_current_protection) { in set_machine_constraints()
1408 ret = ops->set_over_current_protection(rdev); in set_machine_constraints()
/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Ddriver.h147 int (*set_over_current_protection) (struct regulator_dev *); member