Searched refs:vt_get_leds (Results 1 – 4 of 4) sorted by relevance
234 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()
163 int vt_get_leds(unsigned int console, int flag);
1823 on_off = vt_get_leds(fg_console, VC_CAPSLOCK); in do_handle_spec()1827 on_off = vt_get_leds(fg_console, VC_NUMLOCK); in do_handle_spec()1831 on_off = vt_get_leds(fg_console, VC_SCROLLOCK); in do_handle_spec()2126 (vt_get_leds(fg_console, VC_NUMLOCK))) { in speakup_key()
1181 int vt_get_leds(unsigned int console, int flag) in vt_get_leds() function1193 EXPORT_SYMBOL_GPL(vt_get_leds);