Searched defs:exynos_fb_priv (Results 1 – 1 of 1) sorted by relevance
46 struct exynos_fb_priv { struct47 ushort vl_col; /* Number of columns (i.e. 640) */48 ushort vl_row; /* Number of rows (i.e. 480) */49 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */50 ushort vl_width; /* Width of display area in millimeters */51 ushort vl_height; /* Height of display area in millimeters */54 u_char vl_freq; /* Frequency */55 u_char vl_clkp; /* Clock polarity */56 u_char vl_oep; /* Output Enable polarity */57 u_char vl_hsp; /* Horizontal Sync polarity */[all …]