1. NAME

regulator_get_current_limit - get regulator output current

2. SYNOPSIS

int regulator_get_current_limit(struct regulator *  regulator );

3. ARGUMENTS

regulator
    regulator source

4. DESCRIPTION

This returns the current supplied by the specified current sink in uA.

5. NOTE

If the regulator is disabled it will return the current value. This function should not be used to determine regulator state.

6. AUTHORS

Liam Girdwood <>
    Author.

Mark Brown <>
Wolfson Microelectronics,
    Author.

7. COPYRIGHT