Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
consumer.h File Reference

Go to the source code of this file.

Data Structures

struct  regulator_bulk_data
 

Macros

#define REGULATOR_MODE_FAST   0x1
 
#define REGULATOR_MODE_NORMAL   0x2
 
#define REGULATOR_MODE_IDLE   0x4
 
#define REGULATOR_MODE_STANDBY   0x8
 
#define REGULATOR_EVENT_UNDER_VOLTAGE   0x01
 
#define REGULATOR_EVENT_OVER_CURRENT   0x02
 
#define REGULATOR_EVENT_REGULATION_OUT   0x04
 
#define REGULATOR_EVENT_FAIL   0x08
 
#define REGULATOR_EVENT_OVER_TEMP   0x10
 
#define REGULATOR_EVENT_FORCE_DISABLE   0x20
 
#define REGULATOR_EVENT_VOLTAGE_CHANGE   0x40
 
#define REGULATOR_EVENT_DISABLE   0x80
 

Macro Definition Documentation

#define REGULATOR_EVENT_DISABLE   0x80

Definition at line 107 of file consumer.h.

#define REGULATOR_EVENT_FAIL   0x08

Definition at line 103 of file consumer.h.

#define REGULATOR_EVENT_FORCE_DISABLE   0x20

Definition at line 105 of file consumer.h.

#define REGULATOR_EVENT_OVER_CURRENT   0x02

Definition at line 101 of file consumer.h.

#define REGULATOR_EVENT_OVER_TEMP   0x10

Definition at line 104 of file consumer.h.

#define REGULATOR_EVENT_REGULATION_OUT   0x04

Definition at line 102 of file consumer.h.

#define REGULATOR_EVENT_UNDER_VOLTAGE   0x01

Definition at line 100 of file consumer.h.

#define REGULATOR_EVENT_VOLTAGE_CHANGE   0x40

Definition at line 106 of file consumer.h.

#define REGULATOR_MODE_FAST   0x1

Definition at line 80 of file consumer.h.

#define REGULATOR_MODE_IDLE   0x4

Definition at line 82 of file consumer.h.

#define REGULATOR_MODE_NORMAL   0x2

Definition at line 81 of file consumer.h.

#define REGULATOR_MODE_STANDBY   0x8

Definition at line 83 of file consumer.h.