1STRUCT REGULATOR_CON(9) API reference STRUCT REGULATOR_CON(9)
2
3
4
6 struct_regulator_consumer_supply - supply -> device mapping
7
9 struct regulator_consumer_supply {
10 struct device * dev;
11 const char * dev_name;
12 const char * supply;
13 };
14
16 dev
17 Device structure for the consumer.
18
19 dev_name
20 Result of dev_name for the consumer.
21
22 supply
23 Name for the supply.
24
26 This maps a supply name to a device. Only one of dev or dev_name can be
27 specified. Use of dev_name allows support for buses which make struct
28 device available late such as I2C and is the preferred form.
29
31 Liam Girdwood <lrg@slimlogic.co.uk>
32 Author.
33
34 Mark Brown <broonie@opensource.wolfsonmicro.com>
35 Wolfson Microelectronics,
36
37
38 Author.
39
41Kernel Hackers Manual 2.6. June 2019 STRUCT REGULATOR_CON(9)