Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
spi
corgi_lcd.h
Go to the documentation of this file.
1
#ifndef __LINUX_SPI_CORGI_LCD_H
2
#define __LINUX_SPI_CORGI_LCD_H
3
4
#define CORGI_LCD_MODE_QVGA 1
5
#define CORGI_LCD_MODE_VGA 2
6
7
struct
corgi_lcd_platform_data
{
8
int
init_mode
;
9
int
max_intensity
;
10
int
default_intensity
;
11
int
limit_mask
;
12
13
int
gpio_backlight_on
;
/* -1 if n/a */
14
int
gpio_backlight_cont
;
/* -1 if n/a */
15
16
void
(*
notify
)(
int
intensity);
17
void
(*
kick_battery
)(
void
);
18
};
19
20
#endif
/* __LINUX_SPI_CORGI_LCD_H */
Generated on Thu Jan 10 2013 14:52:37 for Linux Kernel by
1.8.2