Linux Kernel
3.7.1
|
Data Fields | |
struct spi_device * | spi |
struct lcd_device * | lcd |
struct i2c_client * | i2c |
int | lcd_power |
bool | is_vga |
Definition at line 37 of file tosa_lcd.c.
struct i2c_client* i2c |
Definition at line 40 of file tosa_lcd.c.
bool is_vga |
Definition at line 43 of file tosa_lcd.c.
struct lcd_device* lcd |
Definition at line 39 of file tosa_lcd.c.
int lcd_power |
Definition at line 42 of file tosa_lcd.c.
struct spi_device* spi |
Definition at line 38 of file tosa_lcd.c.