Home
last modified time | relevance | path

Searched refs:vc_halfcolor (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dconsole_struct.h117 unsigned char vc_halfcolor; /* Color for half intensity mode */ member
/linux-6.12.1/drivers/video/console/
Dvgacon.c439 attr = (attr & 0xf0) | c->vc_halfcolor; in vgacon_build_attr()
/linux-6.12.1/drivers/tty/vt/
Dvt.c672 a = (a & 0xf0) | vc->vc_halfcolor; in build_attr()
1991 vc->vc_halfcolor = color_table[vc->vc_par[1]]; in csi_RSB()
3610 vc->vc_halfcolor = 0x08; /* grey */ in vc_init()