Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Ddriver.h171 int (*set_soft_start) (struct regulator_dev *); member
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dmpq7920.c168 .set_soft_start = regulator_set_soft_start_regmap,
H A Dqcom_spmi-regulator.c1325 .set_soft_start = spmi_regulator_common_set_soft_start,
1345 .set_soft_start = spmi_regulator_common_set_soft_start,
1420 .set_soft_start = spmi_regulator_common_set_soft_start,
H A Dcore.c1398 if (rdev->constraints->soft_start && ops->set_soft_start) { in set_machine_constraints()
1399 ret = ops->set_soft_start(rdev); in set_machine_constraints()