1STRUCT REGULATOR_BUL(9)          API reference         STRUCT REGULATOR_BUL(9)
2
3
4

NAME

6       struct_regulator_bulk_data - Data used for bulk regulator operations.
7

SYNOPSIS

9       struct regulator_bulk_data {
10         const char * supply;
11         bool optional;
12         struct regulator * consumer;
13       };
14

MEMBERS

16       supply
17           The name of the supply. Initialised by the user before using the
18           bulk regulator APIs.
19
20       optional
21           The supply should be considered optional. Initialised by the user
22           before using the bulk regulator APIs.
23
24       consumer
25           The regulator consumer for the supply. This will be managed by the
26           bulk API.
27

DESCRIPTION

29       The regulator APIs provide a series of regulator_bulk_ API calls as a
30       convenience to consumers which require multiple supplies. This
31       structure is used to manage data for these calls.
32

AUTHORS

34       Liam Girdwood <lrg@slimlogic.co.uk>
35           Author.
36
37       Mark Brown <broonie@opensource.wolfsonmicro.com>
38       Wolfson Microelectronics,
39
40
41           Author.
42
44Kernel Hackers Manual 3.10         June 2019           STRUCT REGULATOR_BUL(9)
Impressum