struct_regulator_consumer_supply

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

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.

AUTHORS

Liam Girdwood <lrg@slimlogic.co.uk>

Author.

Mark Brown <broonie@opensource.wolfsonmicro.com>
Wolfson Microelectronics,
      
     

Author.