Home
last modified time | relevance | path

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

/linux-6.15/drivers/regulator/
H A Dmax77503-regulator.c45 .set_soft_start = regulator_set_soft_start_regmap,
H A Dmpq7920.c167 .set_soft_start = regulator_set_soft_start_regmap,
H A Dqcom_spmi-regulator.c1439 .set_soft_start = spmi_regulator_common_set_soft_start,
1459 .set_soft_start = spmi_regulator_common_set_soft_start,
1534 .set_soft_start = spmi_regulator_common_set_soft_start,
H A Dqcom-labibb-regulator.c687 .set_soft_start = qcom_labibb_set_soft_start,
H A Dcore.c1496 if (rdev->constraints->soft_start && ops->set_soft_start) { in set_machine_constraints()
1497 ret = ops->set_soft_start(rdev); in set_machine_constraints()
/linux-6.15/include/linux/regulator/
H A Ddriver.h204 int (*set_soft_start) (struct regulator_dev *); member