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

#include <ab3100.h>

Data Fields

struct regulator_init_data reg_constraints [AB3100_NUM_REGULATORS]
 
u8 reg_initvals [AB3100_NUM_REGULATORS+2]
 
int external_voltage
 

Detailed Description

struct ab3100_platform_data Data supplied to initialize board connections to the AB3100 : regulator constraints for target board the order of these constraints are: LDO A, C, D, E, F, G, H, K, EXT and BUCK. : initial values for the regulator registers plus two sleep settings for LDO E and the BUCK converter. exactly AB3100_NUM_REGULATORS+2 values must be sent in. Order: LDO A, C, E, E sleep, F, G, H, K, EXT, BUCK, BUCK sleep, LDO D. (LDO D need to be initialized last.) : voltage level of the external regulator.

Definition at line 118 of file ab3100.h.

Field Documentation

int external_voltage

Definition at line 121 of file ab3100.h.

Definition at line 119 of file ab3100.h.

u8 reg_initvals[AB3100_NUM_REGULATORS+2]

Definition at line 120 of file ab3100.h.


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