Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/accessibility/braille/
Dbraille_console.c247 on_off = vt_get_leds(fg_console, VC_CAPSLOCK); in keyboard_notifier_call()
250 on_off = vt_get_leds(fg_console, VC_NUMLOCK); in keyboard_notifier_call()
253 on_off = vt_get_leds(fg_console, VC_SCROLLOCK); in keyboard_notifier_call()
/linux-4.4.14/include/linux/
Dvt_kern.h186 extern int vt_get_leds(int console, int flag);
/linux-4.4.14/drivers/staging/speakup/
Dmain.c1771 on_off = vt_get_leds(fg_console, VC_CAPSLOCK); in do_handle_spec()
1775 on_off = vt_get_leds(fg_console, VC_NUMLOCK); in do_handle_spec()
1779 on_off = vt_get_leds(fg_console, VC_SCROLLOCK); in do_handle_spec()
2064 && (vt_get_leds(fg_console, VC_NUMLOCK))) { in speakup_key()
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c1122 int vt_get_leds(int console, int flag) in vt_get_leds() function
1134 EXPORT_SYMBOL_GPL(vt_get_leds);