Name
regulator_bulk_disable — 
     disable multiple regulator consumers
 
Synopsis
| int regulator_bulk_disable ( | int num_consumers, | 
|  | struct regulator_bulk_data * consumers ); | 
 
Arguments
- num_consumers
- 
     Number of consumers
     
- consumers
- 
     Consumer data; clients are stored here.
     - return0 on success, an errno on failure
 
Description
   This convenience API allows consumers to disable multiple regulator
   clients in a single API call.  If any consumers cannot be enabled
   then any others that were disabled will be disabled again prior to
   return.