Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
lp872x.h
Go to the documentation of this file.
1 /*
2  * Copyright 2012 Texas Instruments
3  *
4  * Author: Milo(Woogyom) Kim <[email protected]>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  *
10  */
11 
12 #ifndef __LP872X_REGULATOR_H__
13 #define __LP872X_REGULATOR_H__
14 
16 #include <linux/platform_device.h>
17 #include <linux/gpio.h>
18 
19 #define LP872X_MAX_REGULATORS 9
20 
29 
40 
42 };
43 
47 };
48 
52 };
53 
60 struct lp872x_dvs {
61  int gpio;
64 };
65 
74 };
75 
87  struct lp872x_dvs *dvs;
88 };
89 
90 #endif