Home
last modified time | relevance | path

Searched refs:set_soft_start (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/regulator/
H A Ddriver.h107 * @set_soft_start: Enable soft start for the regulator.
161 int (*set_soft_start)(struct regulator_dev *); member
288 * @soft_start_reg: Register for control when using regmap set_soft_start
289 * @soft_start_mask: Mask for control when using regmap set_soft_start
291 * set_soft_start
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dcore.c1568 if (rdev->constraints->soft_start && ops->set_soft_start) { in set_machine_constraints()
1569 ret = ops->set_soft_start(rdev); in set_machine_constraints()

Completed in 8 milliseconds