Home
last modified time | relevance | path

Searched refs:vc_complement_mask (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/linux/
Dconsole_struct.h83 unsigned short vc_complement_mask; /* [#] Xor mask for mouse pointer */ member
/Linux-v5.4/drivers/video/console/
Dmdacon.c357 c->vc_complement_mask = 0x0800; /* reverse video */ in mdacon_init()
Dvgacon.c600 c->vc_complement_mask = 0x7700; in vgacon_init()
/Linux-v5.4/drivers/video/fbdev/core/
Dfbcon.c1142 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in fbcon_init()
1148 vc->vc_complement_mask <<= 1; in fbcon_init()
1451 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in fbcon_set_disp()
1457 vc->vc_complement_mask <<= 1; in fbcon_set_disp()
2320 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in fbcon_switch()
2326 vc->vc_complement_mask <<= 1; in fbcon_switch()
2507 vc->vc_complement_mask >>= 1; in set_vc_hi_font()
2530 vc->vc_complement_mask <<= 1; in set_vc_hi_font()
/Linux-v5.4/drivers/tty/vt/
Dvt.c823 new = old ^ vc->vc_complement_mask; in complement_pos()
1048 vc->vc_complement_mask = 0; in visual_init()
1052 if (!vc->vc_complement_mask) in visual_init()
1053 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in visual_init()
1054 vc->vc_s_complement_mask = vc->vc_complement_mask; in visual_init()
2065 vc->vc_complement_mask = vc->vc_s_complement_mask; in reset_terminal()
2299 vc->vc_complement_mask = vc->vc_par[0] << 8 | vc->vc_par[1]; in do_con_trol()
2301 vc->vc_complement_mask = vc->vc_s_complement_mask; in do_con_trol()
/Linux-v5.4/drivers/usb/misc/sisusbvga/
Dsisusb_con.c223 c->vc_complement_mask = 0x7700; in sisusbcon_init()