1. NAME

regulator_disable - disable regulator output

2. SYNOPSIS

int regulator_disable(struct regulator *  regulator );

3. ARGUMENTS

regulator
    regulator source

4. DESCRIPTION

Disable the regulator output voltage or current. Calls to regulator_enable must be balanced with calls to regulator_disable.

5. NOTE

this will only disable the regulator output if no other consumer devices have it enabled, the regulator device supports disabling and machine constraints permit this operation.

6. AUTHORS

Liam Girdwood <>
    Author.

Mark Brown <>
Wolfson Microelectronics,
    Author.

7. COPYRIGHT