Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dconsole_struct.h118 unsigned char vc_halfcolor; /* Color for half intensity mode */ member
/linux-5.19.10/drivers/video/console/
Dvgacon.c412 attr = (attr & 0xf0) | c->vc_halfcolor; in vgacon_build_attr()
/linux-5.19.10/drivers/usb/misc/sisusbvga/
Dsisusb_con.c314 attr = (attr & 0xf0) | c->vc_halfcolor; in sisusbcon_build_attr()
/linux-5.19.10/drivers/tty/vt/
Dvt.c732 a = (a & 0xf0) | vc->vc_halfcolor; in build_attr()
1965 vc->vc_halfcolor = color_table[vc->vc_par[1]]; in setterm_command()
3471 vc->vc_halfcolor = 0x08; /* grey */ in vc_init()