Data used for bulk regulator operations.
struct regulator_bulk_data { const char * supply; struct regulator * consumer; };
supply
The name of the supply. Initialised by the user before using the bulk regulator APIs.
consumer
The regulator consumer for the supply. This will be managed by the bulk API.
The regulator APIs provide a series of regulator_bulk_ API calls as a convenience to consumers which require multiple supplies. This structure is used to manage data for these calls.
Liam Girdwood <[email protected]>
Author.
Mark Brown <[email protected]>
Wolfson Microelectronics,
Author.