regulator_get_linear_step (9) Linux Manual Page
regulator_get_linear_step – return the voltage step size between VSEL values
Synopsis
unsigned int regulator_get_linear_step(struct regulator *regulator);
Arguments
regulator
-
- regulator source
Description
Returns the voltage step size between VSEL values for linear regulators, or return 0 if the regulator isn’t a linear regulator.
Authors
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
- Author.
