Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dpxa_lcd.c44 .vl_width = 640,
78 .vl_width = 157,
111 .vl_width = 157,
144 .vl_width = 167,
179 .vl_width = 240,
213 .vl_width = 320,
245 .vl_width = 320,
279 .vl_width = 320,
312 .vl_width = 480,
/OK3568_Linux_fs/u-boot/board/samsung/common/
H A Dmisc.c464 if (panel_info.vl_width >= panel_info.logo_width) { in draw_logo()
465 x = ((panel_info.vl_width - panel_info.logo_width) >> 1); in draw_logo()
/OK3568_Linux_fs/u-boot/include/
H A Dexynos_lcd.h29 ushort vl_width; /* Width of display area in millimeters */ member
H A Dpxa_lcd.h52 ushort vl_width; /* Width of display area in millimeters */ member
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_fb.c50 ushort vl_width; /* Width of display area in millimeters */ member
218 priv->vl_width * priv->vl_height * in exynos_fimd_set_clock()
508 priv->vl_width = fdtdec_get_int(blob, node, in exynos_fb_ofdata_to_platdata()
H A Dexynos_mipi_dsi_common.c470 mode1->xres = mode2->vl_width; in convert_to_fb_videomode()