Searched refs:ili9320 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/video/backlight/ |
| H A D | ili9320.h | 18 struct ili9320; 22 int (*init)(struct ili9320 *ili, struct ili9320_platdata *cfg); 37 struct ili9320 { struct 53 int (*write)(struct ili9320 *ili, unsigned int reg, unsigned int val); argument 59 extern int ili9320_write(struct ili9320 *ili, 62 extern int ili9320_write_regs(struct ili9320 *ili, 71 extern void ili9320_remove(struct ili9320 *lcd); 72 extern void ili9320_shutdown(struct ili9320 *lcd); 76 extern int ili9320_suspend(struct ili9320 *lcd); 77 extern int ili9320_resume(struct ili9320 *lcd);
|
| H A D | ili9320.c | 25 static inline int ili9320_write_spi(struct ili9320 *ili, in ili9320_write_spi() 50 int ili9320_write(struct ili9320 *ili, unsigned int reg, unsigned int value) in ili9320_write() 57 int ili9320_write_regs(struct ili9320 *ili, in ili9320_write_regs() 74 static void ili9320_reset(struct ili9320 *lcd) in ili9320_reset() 88 static inline int ili9320_init_chip(struct ili9320 *lcd) in ili9320_init_chip() 104 static inline int ili9320_power_on(struct ili9320 *lcd) in ili9320_power_on() 115 static inline int ili9320_power_off(struct ili9320 *lcd) in ili9320_power_off() 125 static int ili9320_power(struct ili9320 *lcd, int power) in ili9320_power() 144 static inline struct ili9320 *to_our_lcd(struct lcd_device *lcd) in to_our_lcd() 151 struct ili9320 *lcd = to_our_lcd(ld); in ili9320_set_power() [all …]
|