Searched defs:vidinfo (Results 1 – 4 of 4) sorted by relevance
24 typedef struct vidinfo { struct25 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 …]
21 typedef struct vidinfo { struct22 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
47 typedef struct vidinfo { struct48 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
50 typedef struct vidinfo { struct57 } vidinfo_t; argument