lcd_panel
static struct lcd_panel ams_delta_panel = {
static int ams_delta_panel_enable(struct lcd_panel *panel)
static void ams_delta_panel_disable(struct lcd_panel *panel)
static int mipid_set_bklight_level(struct lcd_panel *panel, unsigned int level)
static unsigned int mipid_get_bklight_level(struct lcd_panel *panel)
static unsigned int mipid_get_bklight_max(struct lcd_panel *panel)
static unsigned long mipid_get_caps(struct lcd_panel *panel)
static int mipid_run_test(struct lcd_panel *panel, int test_num)
static int mipid_enable(struct lcd_panel *panel)
static void mipid_disable(struct lcd_panel *panel)
static int mipid_init(struct lcd_panel *panel,
static void mipid_cleanup(struct lcd_panel *panel)
static const struct lcd_panel mipid_panel = {
struct lcd_panel panel;
static struct lcd_panel palmte_panel = {
struct lcd_panel *panel = lcdc.fbdev->panel;
struct lcd_panel *panel = lcdc.fbdev->panel;
struct lcd_panel *panel = lcdc.fbdev->panel;
struct lcd_panel *panel; /* LCD panel */
extern void omapfb_register_panel(struct lcd_panel *panel);
int (*init) (struct lcd_panel *panel,
void (*cleanup) (struct lcd_panel *panel);
int (*enable) (struct lcd_panel *panel);
void (*disable) (struct lcd_panel *panel);
unsigned long (*get_caps) (struct lcd_panel *panel);
int (*set_bklight_level)(struct lcd_panel *panel,
unsigned int (*get_bklight_level)(struct lcd_panel *panel);
unsigned int (*get_bklight_max) (struct lcd_panel *panel);
int (*run_test) (struct lcd_panel *panel, int test_num);
struct lcd_panel *panel = fbdev->panel;
struct lcd_panel *panel)
void omapfb_register_panel(struct lcd_panel *panel)
static struct lcd_panel *fbdev_panel;
struct lcd_panel *panel = fbdev->panel;
struct lcd_panel *panel = fbdev->panel;