regulator_get_drvdata (9) Linux Manual Page
regulator_get_drvdata – get regulator driver data
Synopsis
void *regulator_get_drvdata(struct regulator *regulator);
Arguments
regulator
-
- regulator
Description
Get regulator driver private data. This call can be used in the consumer driver context when non API regulator specific functions need to be called.
Authors
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
- Author.
