:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
struct_regulator_bulk_data(9) - phpMan

Command: man perldoc info search(apropos)  


STRUCT REGULATOR_BUL(9)                   API reference                   STRUCT REGULATOR_BUL(9)



NAME
       struct_regulator_bulk_data - Data used for bulk regulator operations.

SYNOPSIS
       struct regulator_bulk_data {
         const char * supply;
         bool optional;
         struct regulator * consumer;
       };

MEMBERS
       supply
           The name of the supply. Initialised by the user before using the bulk regulator APIs.

       optional
           The supply should be considered optional. 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.

DESCRIPTION
       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.

AUTHORS
       Liam Girdwood <lrg AT slimlogic.uk>
           Author.

       Mark Brown <broonie AT opensource.com>
       Wolfson Microelectronics,


           Author.

COPYRIGHT
Kernel Hackers Manual 4.8.                 January 2017                   STRUCT REGULATOR_BUL(9)


/man
rootr.net - man pages