Home
last modified time | relevance | path

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

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