Symbol: lcd_panel
drivers/video/fbdev/omap/lcd_ams_delta.c
103
static struct lcd_panel ams_delta_panel = {
drivers/video/fbdev/omap/lcd_ams_delta.c
90
static int ams_delta_panel_enable(struct lcd_panel *panel)
drivers/video/fbdev/omap/lcd_ams_delta.c
97
static void ams_delta_panel_disable(struct lcd_panel *panel)
drivers/video/fbdev/omap/lcd_mipid.c
201
static int mipid_set_bklight_level(struct lcd_panel *panel, unsigned int level)
drivers/video/fbdev/omap/lcd_mipid.c
219
static unsigned int mipid_get_bklight_level(struct lcd_panel *panel)
drivers/video/fbdev/omap/lcd_mipid.c
229
static unsigned int mipid_get_bklight_max(struct lcd_panel *panel)
drivers/video/fbdev/omap/lcd_mipid.c
240
static unsigned long mipid_get_caps(struct lcd_panel *panel)
drivers/video/fbdev/omap/lcd_mipid.c
273
static int mipid_run_test(struct lcd_panel *panel, int test_num)
drivers/video/fbdev/omap/lcd_mipid.c
402
static int mipid_enable(struct lcd_panel *panel)
drivers/video/fbdev/omap/lcd_mipid.c
423
static void mipid_disable(struct lcd_panel *panel)
drivers/video/fbdev/omap/lcd_mipid.c
461
static int mipid_init(struct lcd_panel *panel,
drivers/video/fbdev/omap/lcd_mipid.c
480
static void mipid_cleanup(struct lcd_panel *panel)
drivers/video/fbdev/omap/lcd_mipid.c
488
static const struct lcd_panel mipid_panel = {
drivers/video/fbdev/omap/lcd_mipid.c
50
struct lcd_panel panel;
drivers/video/fbdev/omap/lcd_palmte.c
15
static struct lcd_panel palmte_panel = {
drivers/video/fbdev/omap/lcdc.c
288
struct lcd_panel *panel = lcdc.fbdev->panel;
drivers/video/fbdev/omap/lcdc.c
463
struct lcd_panel *panel = lcdc.fbdev->panel;
drivers/video/fbdev/omap/lcdc.c
627
struct lcd_panel *panel = lcdc.fbdev->panel;
drivers/video/fbdev/omap/omapfb.h
204
struct lcd_panel *panel; /* LCD panel */
drivers/video/fbdev/omap/omapfb.h
222
extern void omapfb_register_panel(struct lcd_panel *panel);
drivers/video/fbdev/omap/omapfb.h
78
int (*init) (struct lcd_panel *panel,
drivers/video/fbdev/omap/omapfb.h
80
void (*cleanup) (struct lcd_panel *panel);
drivers/video/fbdev/omap/omapfb.h
81
int (*enable) (struct lcd_panel *panel);
drivers/video/fbdev/omap/omapfb.h
82
void (*disable) (struct lcd_panel *panel);
drivers/video/fbdev/omap/omapfb.h
83
unsigned long (*get_caps) (struct lcd_panel *panel);
drivers/video/fbdev/omap/omapfb.h
84
int (*set_bklight_level)(struct lcd_panel *panel,
drivers/video/fbdev/omap/omapfb.h
86
unsigned int (*get_bklight_level)(struct lcd_panel *panel);
drivers/video/fbdev/omap/omapfb.h
87
unsigned int (*get_bklight_max) (struct lcd_panel *panel);
drivers/video/fbdev/omap/omapfb.h
88
int (*run_test) (struct lcd_panel *panel, int test_num);
drivers/video/fbdev/omap/omapfb_main.c
141
struct lcd_panel *panel = fbdev->panel;
drivers/video/fbdev/omap/omapfb_main.c
1610
struct lcd_panel *panel)
drivers/video/fbdev/omap/omapfb_main.c
1781
void omapfb_register_panel(struct lcd_panel *panel)
drivers/video/fbdev/omap/omapfb_main.c
42
static struct lcd_panel *fbdev_panel;
drivers/video/fbdev/omap/omapfb_main.c
474
struct lcd_panel *panel = fbdev->panel;
drivers/video/fbdev/omap/omapfb_main.c
771
struct lcd_panel *panel = fbdev->panel;