Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dconsole_struct.h45 struct vc_state { struct
46 unsigned int x, y;
48 unsigned char color;
50 unsigned char Gx_charset[2];
51 unsigned int charset : 1;
54 enum vc_intensity intensity;
55 bool italic;
56 bool underline;
57 bool blink;
58 bool reverse;
[all …]
/kernel/linux/linux-5.10/include/linux/
Dconsole_struct.h46 struct vc_state { struct
47 unsigned int x, y;
49 unsigned char color;
51 unsigned char Gx_charset[2];
52 unsigned int charset : 1;
55 enum vc_intensity intensity;
56 bool italic;
57 bool underline;
58 bool blink;
59 bool reverse;
[all …]