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
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()
189 vc_x = 0; in keyboard_notifier_call()
209 vc_x = 0; in keyboard_notifier_call()
[all …]