Home
last modified time | relevance | path

Searched refs:vc_intensity (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dconsole_struct.h79 unsigned int vc_intensity : 2; /* 0=half-bright, 1=normal, 2=bold */ member
/linux-4.1.27/drivers/tty/vt/
Dvt.c454 vc->vc_attr = build_attr(vc, vc->vc_color, vc->vc_intensity, in update_attr()
1230 vc->vc_intensity = 1; in default_attr()
1271 hue = 0, vc->vc_intensity = 2; in rgb_foreground()
1273 vc->vc_intensity = (max > 0xaa) + 1; in rgb_foreground()
1295 vc->vc_intensity = 2; in csi_m()
1298 vc->vc_intensity = 0; in csi_m()
1341 vc->vc_intensity = 1; in csi_m()
1552 if (vc->vc_intensity == 0) in setterm_command()
1643 vc->vc_s_intensity = vc->vc_intensity; in save_cur()
1658 vc->vc_intensity = vc->vc_s_intensity; in restore_cur()