Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/regulator/
Ddriver.h169 int (*set_soft_start) (struct regulator_dev *); member
/linux-4.4.14/drivers/regulator/
Dqcom_spmi-regulator.c1032 .set_soft_start = spmi_regulator_common_set_soft_start,
1051 .set_soft_start = spmi_regulator_common_set_soft_start,
1118 .set_soft_start = spmi_regulator_common_set_soft_start,
Dcore.c1126 if (rdev->constraints->soft_start && ops->set_soft_start) { in set_machine_constraints()
1127 ret = ops->set_soft_start(rdev); in set_machine_constraints()