Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
regulator_consumer_supply Struct Reference

#include <machine.h>

Data Fields

const chardev_name
 
const charsupply
 

Detailed Description

struct regulator_consumer_supply - supply -> device mapping

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.

: Result of dev_name() for the consumer. : Name for the supply.

Definition at line 148 of file machine.h.

Field Documentation

const char* dev_name

Definition at line 149 of file machine.h.

const char* supply

Definition at line 150 of file machine.h.


The documentation for this struct was generated from the following file: