Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dvt.c581 static int softcursor_original; variable
589 if (softcursor_original != -1) return; in add_softcursor()
590 softcursor_original = i; in add_softcursor()
593 if ((type & 0x20) && ((softcursor_original & 0x7000) == (i & 0x7000))) i ^= 0x7000; in add_softcursor()
602 if (softcursor_original != -1) { in hide_softcursor()
603 scr_writew(softcursor_original, (u16 *)vc->vc_pos); in hide_softcursor()
605 vc->vc_sw->con_putc(vc, softcursor_original, in hide_softcursor()
607 softcursor_original = -1; in hide_softcursor()
4265 if ((unsigned long)org == vc->vc_pos && softcursor_original != -1) in vcs_scr_readw()
4266 return softcursor_original; in vcs_scr_readw()
[all …]