Home
last modified time | relevance | path

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

/linux/drivers/accessibility/braille/
A Dbraille_console.c51 static int vc_x, vc_y, lastvc_x, lastvc_y; variable
173 if (vc_x > 0) { in keyboard_notifier_call()
174 vc_x -= WIDTH; in keyboard_notifier_call()
175 if (vc_x < 0) in keyboard_notifier_call()
176 vc_x = 0; in keyboard_notifier_call()
180 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call()
185 if (vc_x + WIDTH < vc->vc_cols) { in keyboard_notifier_call()
186 vc_x += WIDTH; in keyboard_notifier_call()
190 vc_x = 0; in keyboard_notifier_call()
210 vc_x = 0; in keyboard_notifier_call()
[all …]

Completed in 3 milliseconds