Name
struct regulator_consumer_supply —
supply -> device mapping
Synopsis
struct regulator_consumer_supply {
struct device * dev;
const char * supply;
};
Members
- dev
Device structure for the consumer.
- supply
Name for the supply.
Description
This maps a supply name to a device.