1. NAME

regulator_force_disable - force disable regulator output

2. SYNOPSIS

int regulator_force_disable(struct regulator *  regulator );

3. ARGUMENTS

regulator
    regulator source

4. DESCRIPTION

Forcibly disable the regulator output voltage or current.

5. NOTE

this *will* disable the regulator output even if other consumer devices have it enabled. This should be used for situations when device damage will likely occur if the regulator is not disabled (e.g. over temp).

6. AUTHORS

Liam Girdwood <>
    Author.

Mark Brown <>
Wolfson Microelectronics,
    Author.

7. COPYRIGHT