Home
last modified time | relevance | path

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

/drivers/accessibility/braille/
Dbraille_console.c234 on_off = vt_get_leds(fg_console, VC_CAPSLOCK); in keyboard_notifier_call()
237 on_off = vt_get_leds(fg_console, VC_NUMLOCK); in keyboard_notifier_call()
240 on_off = vt_get_leds(fg_console, VC_SCROLLOCK); in keyboard_notifier_call()
/drivers/staging/speakup/
Dmain.c1812 on_off = vt_get_leds(fg_console, VC_CAPSLOCK); in do_handle_spec()
1816 on_off = vt_get_leds(fg_console, VC_NUMLOCK); in do_handle_spec()
1820 on_off = vt_get_leds(fg_console, VC_SCROLLOCK); in do_handle_spec()
2115 (vt_get_leds(fg_console, VC_NUMLOCK))) { in speakup_key()
/drivers/tty/vt/
Dkeyboard.c1143 int vt_get_leds(int console, int flag) in vt_get_leds() function
1155 EXPORT_SYMBOL_GPL(vt_get_leds);