Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dconsole_struct.h23 struct vc_data { struct
24 struct tty_port port; /* Upper level data */
26 unsigned short vc_num; /* Console number */
27 unsigned int vc_cols; /* [#] Console size */
28 unsigned int vc_rows;
29 unsigned int vc_size_row; /* Bytes per row */
30 unsigned int vc_scan_lines; /* # of scan lines */
31 unsigned long vc_origin; /* [!] Start of real screen */
32 unsigned long vc_scr_end; /* [!] End of real screen */
33 unsigned long vc_visible_origin; /* [!] Top of visible window */
[all …]