1REGULATOR_BULK_FREE(9)           API reference          REGULATOR_BULK_FREE(9)
2
3
4

NAME

6       regulator_bulk_free - free multiple regulator consumers
7

SYNOPSIS

9       void regulator_bulk_free(int num_consumers,
10                                struct regulator_bulk_data * consumers);
11

ARGUMENTS

13       num_consumers
14           Number of consumers
15
16       consumers
17           Consumer data; clients are stored here.
18

DESCRIPTION

20       This convenience API allows consumers to free multiple regulator
21       clients in a single API call.
22

AUTHORS

24       Liam Girdwood <lrg@slimlogic.co.uk>
25           Author.
26
27       Mark Brown <broonie@opensource.wolfsonmicro.com>
28       Wolfson Microelectronics,
29
30
31           Author.
32
34Kernel Hackers Manual 3.10         June 2019            REGULATOR_BULK_FREE(9)
Impressum