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

NAME

6       struct_regulator_consumer_supply - supply -> device mapping
7

SYNOPSIS

9       struct regulator_consumer_supply {
10         const char * dev_name;
11         const char * supply;
12       };
13

MEMBERS

15       dev_name
16           Result of dev_name for the consumer.
17
18       supply
19           Name for the supply.
20

DESCRIPTION

22       This maps a supply name to a device. Use of dev_name allows support for
23       buses which make struct device available late such as I2C.
24

AUTHORS

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