Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dpxa_lcd.c45 .vl_height = 480,
79 .vl_height = 118,
112 .vl_height = 118,
145 .vl_height = 109,
180 .vl_height = 320,
214 .vl_height = 320,
246 .vl_height = 320,
280 .vl_height = 480,
313 .vl_height = 640,
/OK3568_Linux_fs/u-boot/board/samsung/common/
H A Dmisc.c472 if (panel_info.vl_height >= panel_info.logo_height) { in draw_logo()
473 y = ((panel_info.vl_height - panel_info.logo_height) >> 1); in draw_logo()
/OK3568_Linux_fs/u-boot/include/
H A Dexynos_lcd.h30 ushort vl_height; /* Height of display area in millimeters */ member
H A Dpxa_lcd.h53 ushort vl_height; /* Height of display area in millimeters */ member
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_fb.c51 ushort vl_height; /* Height of display area in millimeters */ member
218 priv->vl_width * priv->vl_height * in exynos_fimd_set_clock()
511 priv->vl_height = fdtdec_get_int(blob, node, in exynos_fb_ofdata_to_platdata()
H A Dexynos_mipi_dsi_common.c471 mode1->yres = mode2->vl_height; in convert_to_fb_videomode()