Home
last modified time | relevance | path

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

/drivers/video/fbdev/omap/
Domapfb.h71 struct lcd_panel { struct
91 int (*init) (struct lcd_panel *panel, argument
93 void (*cleanup) (struct lcd_panel *panel); argument
94 int (*enable) (struct lcd_panel *panel); argument
95 void (*disable) (struct lcd_panel *panel); argument
96 unsigned long (*get_caps) (struct lcd_panel *panel); argument
97 int (*set_bklight_level)(struct lcd_panel *panel, argument
99 unsigned int (*get_bklight_level)(struct lcd_panel *panel); argument
100 unsigned int (*get_bklight_max) (struct lcd_panel *panel); argument
101 int (*run_test) (struct lcd_panel *panel, int test_num); argument
[all …]
Dlcd_palmz71.c29 static int palmz71_panel_init(struct lcd_panel *panel, in palmz71_panel_init()
35 static void palmz71_panel_cleanup(struct lcd_panel *panel) in palmz71_panel_cleanup()
40 static int palmz71_panel_enable(struct lcd_panel *panel) in palmz71_panel_enable()
45 static void palmz71_panel_disable(struct lcd_panel *panel) in palmz71_panel_disable()
49 static unsigned long palmz71_panel_get_caps(struct lcd_panel *panel) in palmz71_panel_get_caps()
54 struct lcd_panel palmz71_panel = {
Dlcd_htcherald.c34 static int htcherald_panel_init(struct lcd_panel *panel, in htcherald_panel_init()
40 static void htcherald_panel_cleanup(struct lcd_panel *panel) in htcherald_panel_cleanup()
44 static int htcherald_panel_enable(struct lcd_panel *panel) in htcherald_panel_enable()
49 static void htcherald_panel_disable(struct lcd_panel *panel) in htcherald_panel_disable()
53 static unsigned long htcherald_panel_get_caps(struct lcd_panel *panel) in htcherald_panel_get_caps()
59 struct lcd_panel htcherald_panel_1 = {
Dlcd_palmtt.c35 static int palmtt_panel_init(struct lcd_panel *panel, in palmtt_panel_init()
41 static void palmtt_panel_cleanup(struct lcd_panel *panel) in palmtt_panel_cleanup()
45 static int palmtt_panel_enable(struct lcd_panel *panel) in palmtt_panel_enable()
50 static void palmtt_panel_disable(struct lcd_panel *panel) in palmtt_panel_disable()
54 static unsigned long palmtt_panel_get_caps(struct lcd_panel *panel) in palmtt_panel_get_caps()
59 struct lcd_panel palmtt_panel = {
Dlcd_palmte.c28 static int palmte_panel_init(struct lcd_panel *panel, in palmte_panel_init()
34 static void palmte_panel_cleanup(struct lcd_panel *panel) in palmte_panel_cleanup()
38 static int palmte_panel_enable(struct lcd_panel *panel) in palmte_panel_enable()
43 static void palmte_panel_disable(struct lcd_panel *panel) in palmte_panel_disable()
47 static unsigned long palmte_panel_get_caps(struct lcd_panel *panel) in palmte_panel_get_caps()
52 struct lcd_panel palmte_panel = {
Dlcd_inn1510.c30 static int innovator1510_panel_init(struct lcd_panel *panel, in innovator1510_panel_init()
36 static void innovator1510_panel_cleanup(struct lcd_panel *panel) in innovator1510_panel_cleanup()
40 static int innovator1510_panel_enable(struct lcd_panel *panel) in innovator1510_panel_enable()
46 static void innovator1510_panel_disable(struct lcd_panel *panel) in innovator1510_panel_disable()
51 static unsigned long innovator1510_panel_get_caps(struct lcd_panel *panel) in innovator1510_panel_get_caps()
56 struct lcd_panel innovator1510_panel = {
Dlcd_osk.c32 static int osk_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev) in osk_panel_init()
38 static void osk_panel_cleanup(struct lcd_panel *panel) in osk_panel_cleanup()
42 static int osk_panel_enable(struct lcd_panel *panel) in osk_panel_enable()
59 static void osk_panel_disable(struct lcd_panel *panel) in osk_panel_disable()
71 static unsigned long osk_panel_get_caps(struct lcd_panel *panel) in osk_panel_get_caps()
76 struct lcd_panel osk_panel = {
Dlcd_h3.c31 static int h3_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev) in h3_panel_init()
36 static void h3_panel_cleanup(struct lcd_panel *panel) in h3_panel_cleanup()
40 static int h3_panel_enable(struct lcd_panel *panel) in h3_panel_enable()
54 static void h3_panel_disable(struct lcd_panel *panel) in h3_panel_disable()
66 static unsigned long h3_panel_get_caps(struct lcd_panel *panel) in h3_panel_get_caps()
71 struct lcd_panel h3_panel = {
Dlcd_inn1610.c30 static int innovator1610_panel_init(struct lcd_panel *panel, in innovator1610_panel_init()
51 static void innovator1610_panel_cleanup(struct lcd_panel *panel) in innovator1610_panel_cleanup()
57 static int innovator1610_panel_enable(struct lcd_panel *panel) in innovator1610_panel_enable()
65 static void innovator1610_panel_disable(struct lcd_panel *panel) in innovator1610_panel_disable()
72 static unsigned long innovator1610_panel_get_caps(struct lcd_panel *panel) in innovator1610_panel_get_caps()
77 struct lcd_panel innovator1610_panel = {
Dlcd_ams_delta.c115 static int ams_delta_panel_init(struct lcd_panel *panel, in ams_delta_panel_init()
121 static void ams_delta_panel_cleanup(struct lcd_panel *panel) in ams_delta_panel_cleanup()
126 static int ams_delta_panel_enable(struct lcd_panel *panel) in ams_delta_panel_enable()
133 static void ams_delta_panel_disable(struct lcd_panel *panel) in ams_delta_panel_disable()
139 static unsigned long ams_delta_panel_get_caps(struct lcd_panel *panel) in ams_delta_panel_get_caps()
144 static struct lcd_panel ams_delta_panel = {
Dlcd_mipid.c61 struct lcd_panel panel;
212 static int mipid_set_bklight_level(struct lcd_panel *panel, unsigned int level) in mipid_set_bklight_level()
230 static unsigned int mipid_get_bklight_level(struct lcd_panel *panel) in mipid_get_bklight_level()
240 static unsigned int mipid_get_bklight_max(struct lcd_panel *panel) in mipid_get_bklight_max()
251 static unsigned long mipid_get_caps(struct lcd_panel *panel) in mipid_get_caps()
284 static int mipid_run_test(struct lcd_panel *panel, int test_num) in mipid_run_test()
413 static int mipid_enable(struct lcd_panel *panel) in mipid_enable()
434 static void mipid_disable(struct lcd_panel *panel) in mipid_disable()
472 static int mipid_init(struct lcd_panel *panel, in mipid_init()
491 static void mipid_cleanup(struct lcd_panel *panel) in mipid_cleanup()
[all …]
Dlcdc.c297 struct lcd_panel *panel = lcdc.fbdev->panel; in omap_lcdc_setup_plane()
472 struct lcd_panel *panel = lcdc.fbdev->panel; in setup_regs()
636 struct lcd_panel *panel = lcdc.fbdev->panel; in alloc_fbmem()
Domapfb_main.c57 static struct lcd_panel *fbdev_panel;
156 struct lcd_panel *panel = fbdev->panel; in ctrl_init()
486 struct lcd_panel *panel = fbdev->panel; in set_fb_var()
778 struct lcd_panel *panel = fbdev->panel; in omapfb_setup_plane()
1633 struct lcd_panel *panel) in omapfb_do_probe()
1791 void omapfb_register_panel(struct lcd_panel *panel) in omapfb_register_panel()