Searched refs:set_soft_start (Results 1 – 3 of 3) sorted by relevance
191 int (*set_soft_start) (struct regulator_dev *); member
1169 .set_soft_start = spmi_regulator_common_set_soft_start,1189 .set_soft_start = spmi_regulator_common_set_soft_start,1264 .set_soft_start = spmi_regulator_common_set_soft_start,
1184 if (rdev->constraints->soft_start && ops->set_soft_start) { in set_machine_constraints()1185 ret = ops->set_soft_start(rdev); in set_machine_constraints()