Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dconsole_struct.h79 unsigned int vc_intensity : 2; /* 0=half-bright, 1=normal, 2=bold */ member
/linux-4.4.14/drivers/tty/vt/
Dvt.c458 vc->vc_attr = build_attr(vc, vc->vc_color, vc->vc_intensity, in update_attr()
1236 vc->vc_intensity = 1; in default_attr()
1277 hue = 0, vc->vc_intensity = 2; in rgb_foreground()
1279 vc->vc_intensity = (max > 0xaa) + 1; in rgb_foreground()
1301 vc->vc_intensity = 2; in csi_m()
1304 vc->vc_intensity = 0; in csi_m()
1347 vc->vc_intensity = 1; in csi_m()
1558 if (vc->vc_intensity == 0) in setterm_command()
1656 vc->vc_s_intensity = vc->vc_intensity; in save_cur()
1671 vc->vc_intensity = vc->vc_s_intensity; in restore_cur()