Initial commit
This commit is contained in:
commit
169c65d57e
51358 changed files with 23120455 additions and 0 deletions
20
include/linux/spi/corgi_lcd.h
Normal file
20
include/linux/spi/corgi_lcd.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
#ifndef __LINUX_SPI_CORGI_LCD_H
|
||||
#define __LINUX_SPI_CORGI_LCD_H
|
||||
|
||||
#define CORGI_LCD_MODE_QVGA 1
|
||||
#define CORGI_LCD_MODE_VGA 2
|
||||
|
||||
struct corgi_lcd_platform_data {
|
||||
int init_mode;
|
||||
int max_intensity;
|
||||
int default_intensity;
|
||||
int limit_mask;
|
||||
|
||||
int gpio_backlight_on; /* -1 if n/a */
|
||||
int gpio_backlight_cont; /* -1 if n/a */
|
||||
|
||||
void (*notify)(int intensity);
|
||||
void (*kick_battery)(void);
|
||||
};
|
||||
|
||||
#endif /* __LINUX_SPI_CORGI_LCD_H */
|
Loading…
Add table
Add a link
Reference in a new issue