struct_regulator_consumer_supply (9) Linux Manual Page
struct_regulator_consumer_supply – supply -> device mapping
Synopsis
struct regulator_consumer_supply {
const char *dev_name;
const char *supply;
};
Members
dev_name
- Result of dev_name for the consumer.
supply
- Name for the supply.
Description
This maps a supply name to a device. Use of dev_name allows support for buses which make struct device available late such as I2C.
Authors
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
- Author.
