regulator_force_disable(9) force disable regulator output

SYNOPSIS

int regulator_force_disable(struct regulator * regulator);

ARGUMENTS

regulator

regulator source

DESCRIPTION

Forcibly disable the regulator output voltage or current.

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).

AUTHORS

Liam Girdwood <[email protected]>

Author.

Mark Brown <[email protected]>
Wolfson Microelectronics,
      
     

Author.

COPYRIGHT