Force disable regulator output
int regulator_force_disable(struct regulator * regulator);
regulator
regulator source
Forcibly disable the regulator output voltage or current.
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).
Liam Girdwood <[email protected]>
Author.
Mark Brown <[email protected]>
Wolfson Microelectronics,
Author.