Home
last modified time | relevance | path

Searched defs:vidinfo (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
Dexynos_lcd.h24 typedef struct vidinfo { struct
25 ushort vl_col; /* Number of columns (i.e. 640) */
26 ushort vl_row; /* Number of rows (i.e. 480) */
27 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */
28 ushort vl_width; /* Width of display area in millimeters */
29 ushort vl_height; /* Height of display area in millimeters */
32 u_char vl_freq; /* Frequency */
33 u_char vl_clkp; /* Clock polarity */
34 u_char vl_oep; /* Output Enable polarity */
35 u_char vl_hsp; /* Horizontal Sync polarity */
[all …]
Datmel_lcd.h21 typedef struct vidinfo { struct
22 ushort vl_col; /* Number of columns (i.e. 640) */
23 ushort vl_row; /* Number of rows (i.e. 480) */
24 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */
25 u_long vl_clk; /* pixel clock in ps */
51 } vidinfo_t; argument
Dpxa_lcd.h47 typedef struct vidinfo { struct
48 ushort vl_col; /* Number of columns (i.e. 640) */
49 ushort vl_row; /* Number of rows (i.e. 480) */
50 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */
51 ushort vl_width; /* Width of display area in millimeters */
52 ushort vl_height; /* Height of display area in millimeters */
78 } vidinfo_t; argument
Dlcd.h50 typedef struct vidinfo { struct
57 } vidinfo_t; argument