Searched refs:lcd_panel (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-lh7a40x/
H A Dlcd-panel.h68 static struct clcd_panel lcd_panel = { variable in typeref:struct:clcd_panel
134 static struct clcd_panel lcd_panel = { variable in typeref:struct:clcd_panel
170 static struct clcd_panel lcd_panel = { variable in typeref:struct:clcd_panel
203 static struct clcd_panel lcd_panel = { variable in typeref:struct:clcd_panel
250 static struct clcd_panel lcd_panel = { variable in typeref:struct:clcd_panel
283 static struct clcd_panel lcd_panel = { variable in typeref:struct:clcd_panel
317 static struct clcd_panel lcd_panel = { variable in typeref:struct:clcd_panel
H A Dclcd.c133 u32 len = FRAMESIZE (lcd_panel.mode.xres*lcd_panel.mode.yres
134 *(lcd_panel.bpp/8));
136 fb->panel = &lcd_panel;
154 printk ("CLCD: pixclock %d\n", lcd_panel.mode.pixclock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Domapfb.h194 struct lcd_panel { struct
214 int (*init) (struct lcd_panel *panel,
216 void (*cleanup) (struct lcd_panel *panel);
217 int (*enable) (struct lcd_panel *panel);
218 void (*disable) (struct lcd_panel *panel);
219 unsigned long (*get_caps) (struct lcd_panel *panel);
220 int (*set_bklight_level)(struct lcd_panel *panel,
222 unsigned int (*get_bklight_level)(struct lcd_panel *panel);
223 unsigned int (*get_bklight_max) (struct lcd_panel *panel);
224 int (*run_test) (struct lcd_panel *pane
[all...]

Completed in 50 milliseconds