Home
last modified time | relevance | path

Searched refs:lcd_panel (Results 1 – 6 of 6) sorted by relevance

/drivers/video/fbdev/omap/
A Domapfb.h58 struct lcd_panel { struct
78 int (*init) (struct lcd_panel *panel, argument
80 void (*cleanup) (struct lcd_panel *panel); argument
81 int (*enable) (struct lcd_panel *panel); argument
82 void (*disable) (struct lcd_panel *panel); argument
83 unsigned long (*get_caps) (struct lcd_panel *panel); argument
84 int (*set_bklight_level)(struct lcd_panel *panel, argument
86 unsigned int (*get_bklight_level)(struct lcd_panel *panel); argument
87 unsigned int (*get_bklight_max) (struct lcd_panel *panel); argument
88 int (*run_test) (struct lcd_panel *panel, int test_num); argument
[all …]
A Dlcd_mipid.c50 struct lcd_panel panel;
201 static int mipid_set_bklight_level(struct lcd_panel *panel, unsigned int level) in mipid_set_bklight_level()
219 static unsigned int mipid_get_bklight_level(struct lcd_panel *panel) in mipid_get_bklight_level()
229 static unsigned int mipid_get_bklight_max(struct lcd_panel *panel) in mipid_get_bklight_max()
240 static unsigned long mipid_get_caps(struct lcd_panel *panel) in mipid_get_caps()
273 static int mipid_run_test(struct lcd_panel *panel, int test_num) in mipid_run_test()
402 static int mipid_enable(struct lcd_panel *panel) in mipid_enable()
423 static void mipid_disable(struct lcd_panel *panel) in mipid_disable()
461 static int mipid_init(struct lcd_panel *panel, in mipid_init()
480 static void mipid_cleanup(struct lcd_panel *panel) in mipid_cleanup()
[all …]
A Dlcd_ams_delta.c90 static int ams_delta_panel_enable(struct lcd_panel *panel) in ams_delta_panel_enable()
97 static void ams_delta_panel_disable(struct lcd_panel *panel) in ams_delta_panel_disable()
103 static struct lcd_panel ams_delta_panel = {
A Dlcd_palmte.c15 static struct lcd_panel palmte_panel = {
A Dlcdc.c288 struct lcd_panel *panel = lcdc.fbdev->panel; in omap_lcdc_setup_plane()
463 struct lcd_panel *panel = lcdc.fbdev->panel; in setup_regs()
627 struct lcd_panel *panel = lcdc.fbdev->panel; in alloc_fbmem()
A Domapfb_main.c42 static struct lcd_panel *fbdev_panel;
141 struct lcd_panel *panel = fbdev->panel; in ctrl_init()
474 struct lcd_panel *panel = fbdev->panel; in set_fb_var()
771 struct lcd_panel *panel = fbdev->panel; in omapfb_setup_plane()
1612 struct lcd_panel *panel) in omapfb_do_probe()
1783 void omapfb_register_panel(struct lcd_panel *panel) in omapfb_register_panel()

Completed in 20 milliseconds