Home
last modified time | relevance | path

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

/linux/drivers/accessibility/braille/
H A Dbraille_console.c50 static int vc_x, vc_y, lastvc_x, lastvc_y; variable
111 vc_x = vc->state.x - (vc->state.x % WIDTH); in vc_follow_cursor()
132 2 * (vc_x + i) + vc_y * vc->vc_size_row); in vc_refresh()
172 if (vc_x > 0) { in keyboard_notifier_call()
173 vc_x -= WIDTH; in keyboard_notifier_call()
174 if (vc_x < 0) in keyboard_notifier_call()
175 vc_x = 0; in keyboard_notifier_call()
179 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call()
184 if (vc_x + WIDTH < vc->vc_cols) { in keyboard_notifier_call()
185 vc_x += WIDTH; in keyboard_notifier_call()
[all …]