Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/regulator/
H A Dfan53555.h52 unsigned int slew_rate; member
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dfan53555.c153 unsigned int slew_rate; member
732 if (pdata->slew_rate >= ARRAY_SIZE(slew_rates)) { in fan53555_regulator_probe()
733 dev_err(&client->dev, "Invalid slew_rate\n"); in fan53555_regulator_probe()
737 di->regulator->constraints.ramp_delay = slew_rates[pdata->slew_rate]; in fan53555_regulator_probe()

Completed in 2 milliseconds