Get regulator output current
int regulator_get_current_limit(struct regulator * regulator);
regulator
regulator source
This returns the current supplied by the specified current sink in uA.
If the regulator is disabled it will return the current value. This function should not be used to determine regulator state.
Liam Girdwood <[email protected]>
Author.
Mark Brown <[email protected]>
Wolfson Microelectronics,
Author.