Lines Matching refs:ili9320
2 /* drivers/video/backlight/ili9320.h
18 struct ili9320;
22 int (*init)(struct ili9320 *ili, struct ili9320_platdata *cfg);
37 struct ili9320 {
53 int (*write)(struct ili9320 *ili, unsigned int reg, unsigned int val);
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);