Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/regulator/
Ddriver.h151 int (*set_over_current_protection) (struct regulator_dev *); member
/linux-4.4.14/drivers/regulator/
Dqcom_spmi-regulator.c1052 .set_over_current_protection = spmi_regulator_vs_ocp,
Dcore.c1135 && ops->set_over_current_protection) { in set_machine_constraints()
1136 ret = ops->set_over_current_protection(rdev); in set_machine_constraints()