Home
last modified time | relevance | path

Searched full:lcd_panel (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/
H 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 …]
H A 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 = {
H A 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 …]
H A 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 = {
H A 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 = {
H A 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 = {
H 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 = {
H A 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 = {
H A 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 = {
H A Dlcd_palmte.c15 static struct lcd_panel palmte_panel = {
H A Dlcd_htcherald.c22 static struct lcd_panel htcherald_panel_1 = {
H A 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()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dda8xx-fb.c152 static const struct da8xx_panel *lcd_panel; variable
874 if (!lcd_panel) { in video_hw_init()
878 gpanel.winSizeX = lcd_panel->width; in video_hw_init()
879 gpanel.winSizeY = lcd_panel->height; in video_hw_init()
880 gpanel.plnSizeX = lcd_panel->width; in video_hw_init()
881 gpanel.plnSizeY = lcd_panel->height; in video_hw_init()
940 par->pxl_clk = lcd_panel->pxl_clk; in video_hw_init()
942 if (lcd_init(par, da8xx_lcd_cfg, lcd_panel) < 0) { in video_hw_init()
948 par->vram_size = lcd_panel->width * lcd_panel->height * in video_hw_init()
968 da8xx_fb_fix.line_length = (lcd_panel->width * da8xx_lcd_cfg->bpp) / 8; in video_hw_init()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dtegra20-medcom-wide.dts29 nvidia,panel = <&lcd_panel>;
47 lcd_panel: panel { label
H A Dtegra20-tec.dts29 nvidia,panel = <&lcd_panel>;
59 lcd_panel: panel { label
H A Dtegra20-colibri.dts27 nvidia,panel = <&lcd_panel>;
140 lcd_panel: panel { label
/OK3568_Linux_fs/u-boot/board/BuR/common/
H A Dcommon.c483 struct am335x_lcdpanel lcd_panel; in lcd_ctrl_init() local
488 memset(&lcd_panel, 0, sizeof(struct am335x_lcdpanel)); in lcd_ctrl_init()
489 if (load_lcdtiming(&lcd_panel) != 0) in lcd_ctrl_init()
492 lcd_panel.panel_power_ctrl = &lcdpower; in lcd_ctrl_init()
494 if (0 != am335xfb_init(&lcd_panel)) in lcd_ctrl_init()
500 panel_info.vl_col = lcd_panel.hactive; in lcd_ctrl_init()
501 panel_info.vl_row = lcd_panel.vactive; in lcd_ctrl_init()
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/
H A Dtegra20-dc.txt61 nvidia,panel = <&lcd_panel>;
66 lcd_panel: panel {
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/
H A Dlg,lg4573.yaml38 lcd_panel: display@0 {
H A Dnec,nl8048hl11.yaml47 lcd_panel: panel@0 {
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6q-tx6q-1010-comtft.dts69 &lcd_panel {
H A Dimx6dl-tx6dl-comtft.dts69 &lcd_panel {
H A Dimx53-kp-ddc.dts50 lcd_panel: lcd-panel { label
H A Dimx6q-tx6q-1020-comtft.dts77 &lcd_panel {
/OK3568_Linux_fs/u-boot/board/davinci/ea20/
H A Dea20.c32 static const struct da8xx_panel lcd_panel = { variable
285 da8xx_video_init(&lcd_panel, &lcd_cfg, 16); in board_init()

12