Name
regulator_force_disable — 
     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).