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         struct regulator * consumer;
12       };
13

MEMBERS

15       supply
16           The name of the supply. Initialised by the user before using the
17           bulk regulator APIs.
18
19       consumer
20           The regulator consumer for the supply. This will be managed by the
21           bulk API.
22

DESCRIPTION

24       The regulator APIs provide a series of regulator_bulk_ API calls as a
25       convenience to consumers which require multiple supplies. This
26       structure is used to manage data for these calls.
27

AUTHORS

29       Liam Girdwood <lrg@slimlogic.co.uk>
30           Author.
31
32       Mark Brown <broonie@opensource.wolfsonmicro.com>
33       Wolfson Microelectronics,
34
35
36           Author.
37
39Kernel Hackers Manual 2.6.       November 2011         STRUCT REGULATOR_BUL(9)
Impressum