Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dexynos_lcd.h24 typedef struct vidinfo { struct
32 u_char vl_freq; /* Frequency */
33 u_char vl_clkp; /* Clock polarity */
37 u_char vl_dp; /* Data polarity */
38 u_char vl_bpix; /* Bits per pixel */
51 unsigned int win_id;
52 unsigned int init_delay;
53 unsigned int power_on_delay;
54 unsigned int reset_delay;
55 unsigned int interface_mode;
[all …]
H A 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
H A 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
H A Dlcd.h50 typedef struct vidinfo { struct
57 } vidinfo_t; argument