Searched defs:vidinfo (Results 1 – 4 of 4) sorted by relevance
25 typedef struct vidinfo { struct26 ushort vl_col; /* Number of columns (i.e. 640) */27 ushort vl_row; /* Number of rows (i.e. 480) */28 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */29 ushort vl_width; /* Width of display area in millimeters */30 ushort vl_height; /* Height of display area in millimeters */33 u_char vl_freq; /* Frequency */34 u_char vl_clkp; /* Clock polarity */35 u_char vl_oep; /* Output Enable polarity */36 u_char vl_hsp; /* Horizontal Sync polarity */[all …]
22 typedef struct vidinfo { struct46 } vidinfo_t; argument
48 typedef struct vidinfo { struct49 ushort vl_col; /* Number of columns (i.e. 640) */50 ushort vl_row; /* Number of rows (i.e. 480) */51 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */52 ushort vl_width; /* Width of display area in millimeters */53 ushort vl_height; /* Height of display area in millimeters */79 } vidinfo_t; argument
51 typedef struct vidinfo { struct58 } vidinfo_t; argument