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

/linux-master/include/linux/
H A Dconsole_struct.h117 unsigned char vc_halfcolor; /* Color for half intensity mode */ member in struct:vc_data
/linux-master/drivers/video/console/
H A Dvgacon.c439 attr = (attr & 0xf0) | c->vc_halfcolor;
/linux-master/drivers/tty/vt/
H A Dvt.c672 a = (a & 0xf0) | vc->vc_halfcolor;
1991 vc->vc_halfcolor = color_table[vc->vc_par[1]];
3601 vc->vc_halfcolor = 0x08; /* grey */

Completed in 140 milliseconds