Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/video/fbdev/omap/
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 …]
Dlcd_inn1610.c17 static int innovator1610_panel_init(struct lcd_panel *panel, in innovator1610_panel_init()
38 static void innovator1610_panel_cleanup(struct lcd_panel *panel) in innovator1610_panel_cleanup()
44 static int innovator1610_panel_enable(struct lcd_panel *panel) in innovator1610_panel_enable()
52 static void innovator1610_panel_disable(struct lcd_panel *panel) in innovator1610_panel_disable()
59 static struct lcd_panel innovator1610_panel = {
Dlcd_inn1510.c17 static int innovator1510_panel_enable(struct lcd_panel *panel) in innovator1510_panel_enable()
23 static void innovator1510_panel_disable(struct lcd_panel *panel) in innovator1510_panel_disable()
28 static struct lcd_panel innovator1510_panel = {
Dlcd_osk.c19 static int osk_panel_enable(struct lcd_panel *panel) in osk_panel_enable()
36 static void osk_panel_disable(struct lcd_panel *panel) in osk_panel_disable()
48 static struct lcd_panel osk_panel = {
Dlcd_h3.c18 static int h3_panel_enable(struct lcd_panel *panel) in h3_panel_enable()
32 static void h3_panel_disable(struct lcd_panel *panel) in h3_panel_disable()
44 static struct lcd_panel h3_panel = {
Dlcd_mipid.c48 struct lcd_panel panel;
199 static int mipid_set_bklight_level(struct lcd_panel *panel, unsigned int level) in mipid_set_bklight_level()
217 static unsigned int mipid_get_bklight_level(struct lcd_panel *panel) in mipid_get_bklight_level()
227 static unsigned int mipid_get_bklight_max(struct lcd_panel *panel) in mipid_get_bklight_max()
238 static unsigned long mipid_get_caps(struct lcd_panel *panel) in mipid_get_caps()
271 static int mipid_run_test(struct lcd_panel *panel, int test_num) in mipid_run_test()
400 static int mipid_enable(struct lcd_panel *panel) in mipid_enable()
421 static void mipid_disable(struct lcd_panel *panel) in mipid_disable()
459 static int mipid_init(struct lcd_panel *panel, in mipid_init()
478 static void mipid_cleanup(struct lcd_panel *panel) in mipid_cleanup()
[all …]
Dlcd_palmtt.c22 static unsigned long palmtt_panel_get_caps(struct lcd_panel *panel) in palmtt_panel_get_caps()
27 static struct lcd_panel palmtt_panel = {
Dlcd_palmz71.c16 static unsigned long palmz71_panel_get_caps(struct lcd_panel *panel) in palmz71_panel_get_caps()
21 static struct lcd_panel palmz71_panel = {
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 = {
Dlcd_htcherald.c22 static struct lcd_panel htcherald_panel_1 = {
Dlcd_palmte.c15 static struct lcd_panel palmte_panel = {
Dlcdc.c284 struct lcd_panel *panel = lcdc.fbdev->panel; in omap_lcdc_setup_plane()
459 struct lcd_panel *panel = lcdc.fbdev->panel; in setup_regs()
623 struct lcd_panel *panel = lcdc.fbdev->panel; in alloc_fbmem()
Domapfb_main.c44 static struct lcd_panel *fbdev_panel;
143 struct lcd_panel *panel = fbdev->panel; in ctrl_init()
476 struct lcd_panel *panel = fbdev->panel; in set_fb_var()
768 struct lcd_panel *panel = fbdev->panel; in omapfb_setup_plane()
1618 struct lcd_panel *panel) in omapfb_do_probe()
1778 void omapfb_register_panel(struct lcd_panel *panel) in omapfb_register_panel()
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/
Dlg,lg4573.txt13 lcd_panel: display@0 {
Dauo,g070vvn01.txt19 lcd_panel: lcd-panel {
Dkoe,tx14d24vm1bpa.txt19 lcd_panel: lcd-panel {
/Linux-v5.4/arch/arm/boot/dts/
Dimx53-kp-ddc.dts50 lcd_panel: lcd-panel { label
Dimx6dl-tx6dl-comtft.dts69 &lcd_panel {
Dimx6q-tx6q-1010-comtft.dts69 &lcd_panel {
Dimx6q-tx6q-1020-comtft.dts77 &lcd_panel {
Dimx6dl-aristainetos2_4.dts81 lcd_panel: display@0 { label
Dimx6qdl-udoo.dtsi79 regulator-name = "lcd_panel";
Dimx6qdl-tx6-lcd.dtsi73 lcd_panel: lcd-panel { label
Dimx6q-kp.dtsi54 lcd_panel: lcd-panel { label
Dam335x-pepper.dts33 panel: lcd_panel {

12