Searched refs:vc_complement_mask (Results 1 – 4 of 4) sorted by relevance
147 unsigned short vc_complement_mask; /* [#] Xor mask for mouse pointer */ member
357 c->vc_complement_mask = 0x0800; /* reverse video */ in mdacon_init()
394 c->vc_complement_mask = 0x7700; in vgacon_init()
805 new = old ^ vc->vc_complement_mask; in complement_pos()1045 vc->vc_complement_mask = 0; in visual_init()1049 if (!vc->vc_complement_mask) in visual_init()1050 vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; in visual_init()1051 vc->vc_s_complement_mask = vc->vc_complement_mask; in visual_init()2298 vc->vc_complement_mask = vc->vc_s_complement_mask; in reset_terminal()2532 vc->vc_complement_mask = vc->vc_par[0] << 8 | vc->vc_par[1]; in csi_DEC()2534 vc->vc_complement_mask = vc->vc_s_complement_mask; in csi_DEC()