Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/regulator/
Ddriver.h167 int (*set_over_current_protection) (struct regulator_dev *); member
/Linux-v4.19/drivers/regulator/
Dqcom_spmi-regulator.c1190 .set_over_current_protection = spmi_regulator_vs_ocp,
Dcore.c1193 && ops->set_over_current_protection) { in set_machine_constraints()
1194 ret = ops->set_over_current_protection(rdev); in set_machine_constraints()