Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/include/linux/
Dvt_kern.h179 extern int vt_get_leds(int console, int flag);
/Linux-v5.4/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()
/Linux-v5.4/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);