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