Query: struct_regulator_bulk_data
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTREGULATOR_BUL(9) API reference STRUCT REGULATOR_BUL(9)NAMEstruct_regulator_bulk_data - Data used for bulk regulator operations.SYNOPSISstruct regulator_bulk_data { const char * supply; struct regulator * consumer; };MEMBERSsupply 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.DESCRIPTIONThe 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.AUTHORSLiam Girdwood <lrg@slimlogic.co.uk> Author. Mark Brown <broonie@opensource.wolfsonmicro.com> Wolfson Microelectronics, Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT REGULATOR_BUL(9)