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

/linux-4.1.27/drivers/accessibility/braille/
H A Dbraille_console.c247 on_off = vt_get_leds(fg_console, VC_CAPSLOCK); keyboard_notifier_call()
250 on_off = vt_get_leds(fg_console, VC_NUMLOCK); keyboard_notifier_call()
253 on_off = vt_get_leds(fg_console, VC_SCROLLOCK); keyboard_notifier_call()
/linux-4.1.27/include/linux/
H A Dvt_kern.h186 extern int vt_get_leds(int console, int flag);
/linux-4.1.27/drivers/staging/speakup/
H A Dmain.c1769 on_off = vt_get_leds(fg_console, VC_CAPSLOCK); do_handle_spec()
1773 on_off = vt_get_leds(fg_console, VC_NUMLOCK); do_handle_spec()
1777 on_off = vt_get_leds(fg_console, VC_SCROLLOCK); do_handle_spec()
2062 && (vt_get_leds(fg_console, VC_NUMLOCK))) { speakup_key()
/linux-4.1.27/drivers/tty/vt/
H A Dkeyboard.c1013 * vt_get_leds - helper for braille console
1019 int vt_get_leds(int console, int flag) vt_get_leds() function
1031 EXPORT_SYMBOL_GPL(vt_get_leds); variable

Completed in 118 milliseconds