Searched refs:ili9320 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Dili9320.h1 /* drivers/video/backlight/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);
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 *lc
[all...]
H A Dili9320.c1 /* drivers/video/backlight/ili9320.c
24 #include <video/ili9320.h>
26 #include "ili9320.h"
29 static inline int ili9320_write_spi(struct ili9320 *ili,
54 int ili9320_write(struct ili9320 *ili, unsigned int reg, unsigned int value)
62 int ili9320_write_regs(struct ili9320 *ili,
80 static void ili9320_reset(struct ili9320 *lcd)
94 static inline int ili9320_init_chip(struct ili9320 *lcd)
110 static inline int ili9320_power_on(struct ili9320 *lcd)
121 static inline int ili9320_power_off(struct ili9320 *lc
[all...]
H A DMakefile9 obj-$(CONFIG_LCD_ILI9320) += ili9320.o
H A Dvgg2432a4.c23 #include <video/ili9320.h>
25 #include "ili9320.h"
111 static int vgg2432a4_lcd_init(struct ili9320 *lcd,
236 dev_err(&spi->dev, "failed to initialise ili9320\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2412/
H A Dmach-jive.c25 #include <video/ili9320.h>

Completed in 118 milliseconds