Searched refs:ili9320 (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/video/backlight/ |
D | ili9320.h | 21 struct ili9320; 25 int (*init)(struct ili9320 *ili, struct ili9320_platdata *cfg); 40 struct ili9320 { struct 56 int (*write)(struct ili9320 *ili, unsigned int reg, unsigned int val); argument 62 extern int ili9320_write(struct ili9320 *ili, 65 extern int ili9320_write_regs(struct ili9320 *ili, 74 extern int ili9320_remove(struct ili9320 *lcd); 75 extern void ili9320_shutdown(struct ili9320 *lcd); 79 extern int ili9320_suspend(struct ili9320 *lcd, pm_message_t state); 80 extern int ili9320_resume(struct ili9320 *lcd);
|
D | ili9320.c | 29 static inline int ili9320_write_spi(struct ili9320 *ili, in ili9320_write_spi() 54 int ili9320_write(struct ili9320 *ili, unsigned int reg, unsigned int value) in ili9320_write() 62 int ili9320_write_regs(struct ili9320 *ili, in ili9320_write_regs() 80 static void ili9320_reset(struct ili9320 *lcd) in ili9320_reset() 94 static inline int ili9320_init_chip(struct ili9320 *lcd) in ili9320_init_chip() 110 static inline int ili9320_power_on(struct ili9320 *lcd) in ili9320_power_on() 121 static inline int ili9320_power_off(struct ili9320 *lcd) in ili9320_power_off() 131 static int ili9320_power(struct ili9320 *lcd, int power) in ili9320_power() 150 static inline struct ili9320 *to_our_lcd(struct lcd_device *lcd) in to_our_lcd() 157 struct ili9320 *lcd = to_our_lcd(ld); in ili9320_set_power() [all …]
|
D | Makefile | 9 obj-$(CONFIG_LCD_ILI9320) += ili9320.o
|
D | vgg2432a4.c | 111 static int vgg2432a4_lcd_init(struct ili9320 *lcd, in vgg2432a4_lcd_init()
|