Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dconsole_struct.h57 struct vc_data { struct
58 struct tty_port port; /* Upper level data */
60 unsigned short vc_num; /* Console number */
61 unsigned int vc_cols; /* [#] Console size */
62 unsigned int vc_rows;
63 unsigned int vc_size_row; /* Bytes per row */
64 unsigned int vc_scan_lines; /* # of scan lines */
65 unsigned long vc_origin; /* [!] Start of real screen */
66 unsigned long vc_scr_end; /* [!] End of real screen */
67 unsigned long vc_visible_origin; /* [!] Top of visible window */
[all …]
/kernel/linux/linux-5.10/include/linux/
Dconsole_struct.h94 struct vc_data { struct
95 struct tty_port port; /* Upper level data */
97 struct vc_state state, saved_state;
99 unsigned short vc_num; /* Console number */
100 unsigned int vc_cols; /* [#] Console size */
101 unsigned int vc_rows;
102 unsigned int vc_size_row; /* Bytes per row */
103 unsigned int vc_scan_lines; /* # of scan lines */
104 unsigned int vc_cell_height; /* CRTC character cell height */
105 unsigned long vc_origin; /* [!] Start of real screen */
[all …]