Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
lcd-mipid.h
Go to the documentation of this file.
1 #ifndef __LCD_MIPID_H
2 #define __LCD_MIPID_H
3 
6 };
7 
12 };
13 
14 #ifdef __KERNEL__
15 
16 struct mipid_platform_data {
17  int nreset_gpio;
18  int data_lines;
19 
20  void (*shutdown)(struct mipid_platform_data *pdata);
21  void (*set_bklight_level)(struct mipid_platform_data *pdata,
22  int level);
23  int (*get_bklight_level)(struct mipid_platform_data *pdata);
24  int (*get_bklight_max)(struct mipid_platform_data *pdata);
25 };
26 
27 #endif
28 
29 #endif