1. NAME

struct_regulator_consumer_supply - supply -> device mapping

2. SYNOPSIS



 
Sélectionnez
struct regulator_consumer_supply {
  const char * dev_name;
  const char * supply;
};

3. MEMBERS

dev_name
    Result of dev_name for the consumer.

supply
    Name for the supply.

4. 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.

5. AUTHORS

Liam Girdwood <>
    Author.

Mark Brown <>
Wolfson Microelectronics,
    Author.

6. COPYRIGHT