Searched refs:set_over_current_protection (Results 1 – 3 of 3) sorted by relevance
151 int (*set_over_current_protection) (struct regulator_dev *); member
1052 .set_over_current_protection = spmi_regulator_vs_ocp,
1135 && ops->set_over_current_protection) { in set_machine_constraints()1136 ret = ops->set_over_current_protection(rdev); in set_machine_constraints()