Lines Matching defs:exynos_fb_priv
46 struct exynos_fb_priv { struct
47 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 */
58 u_char vl_vsp; /* Vertical Sync polarity */
59 u_char vl_dp; /* Data polarity */
60 u_char vl_bpix; /* Bits per pixel */
63 u_char vl_hspw; /* Horz sync pulse width */
64 u_char vl_hfpd; /* Wait before of line */
65 u_char vl_hbpd; /* Wait end of line */
68 u_char vl_vspw; /* Vertical sync pulse width */
69 u_char vl_vfpd; /* Wait before of frame */
70 u_char vl_vbpd; /* Wait end of frame */
71 u_char vl_cmd_allow_len; /* Wait end of frame */
73 unsigned int win_id;
74 unsigned int init_delay;
75 unsigned int power_on_delay;
76 unsigned int reset_delay;
77 unsigned int interface_mode;
78 unsigned int mipi_enabled;
79 unsigned int dp_enabled;
103 static void exynos_fimd_set_dualrgb(struct exynos_fb_priv *priv, bool enabled) in exynos_fimd_set_dualrgb() argument