Enable multiple regulator consumers
int regulator_bulk_enable(int num_consumers, struct regulator_bulk_data * consumers);
num_consumers
Number of consumers
consumers
Consumer data; clients are stored here. return 0 on success, an errno on failure
This convenience API allows consumers to enable multiple regulator clients in a single API call. If any consumers cannot be enabled then any others that were enabled will be disabled again prior to return.
Liam Girdwood <[email protected]>
Author.
Mark Brown <[email protected]>
Wolfson Microelectronics,
Author.