1. NAME▲
regulator_bulk_free - free multiple regulator consumers
2. SYNOPSIS ▲
void regulator_bulk_free(int num_consumers , struct regulator_bulk_data * consumers );
3. ARGUMENTS ▲
num_consumers
Number of consumers
consumers
Consumer data; clients are stored here.
4. DESCRIPTION ▲
This convenience API allows consumers to free multiple regulator clients in a single API call.
5. AUTHORS ▲
Liam Girdwood <>
Author.
Mark Brown <>
Wolfson Microelectronics,
Author.
6. COPYRIGHT ▲