Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/vt/
H A Dvt.c815 static int softcursor_original = -1; variable
824 if (softcursor_original != -1) in add_softcursor()
826 softcursor_original = i; in add_softcursor()
830 (softcursor_original & CUR_BG) == (i & CUR_BG)) in add_softcursor()
841 if (softcursor_original != -1) { in hide_softcursor()
842 scr_writew(softcursor_original, (u16 *)vc->vc_pos); in hide_softcursor()
844 vc->vc_sw->con_putc(vc, softcursor_original, in hide_softcursor()
846 softcursor_original = -1; in hide_softcursor()
4738 if ((unsigned long)org == vc->vc_pos && softcursor_original != -1) in vcs_scr_readw()
4739 return softcursor_original; in vcs_scr_readw()
[all …]