Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/braille/
H A Dbraille_console.c50 static int vc_x, vc_y, lastvc_x, lastvc_y; variable
114 lastvc_y = vc->state.y; in vc_follow_cursor()
120 if (vc->state.x != lastvc_x || vc->state.y != lastvc_y) in vc_maybe_cursor_moved()