regulator_put (9) Linux Manual Page
regulator_put – "free" the regulator source
Synopsis
void regulator_put(struct regulator *regulator);
Arguments
regulator
-
- regulator source
Note
drivers must ensure that all regulator_enable calls made on this regulator source are balanced by regulator_disable calls prior to calling this function.
Authors
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
- Author.
