Home
last modified time | relevance | path

Searched refs:VC_NUMLOCK (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkbdleds.h15 return boot_params.kbd_status & 0x20 ? (1 << VC_NUMLOCK) : 0; in kbd_defleds()
/linux/arch/parisc/include/asm/
H A Dkbdleds.h14 return 1 << VC_NUMLOCK; in kbd_defleds()
/linux/include/linux/
H A Dkbd_kern.h42 #define VC_NUMLOCK 1 /* numeric lock mode */ macro
/linux/drivers/accessibility/braille/
H A Dbraille_console.c237 on_off = vt_get_leds(fg_console, VC_NUMLOCK); in keyboard_notifier_call()
/linux/drivers/accessibility/speakup/
H A Dmain.c1827 on_off = vt_get_leds(fg_console, VC_NUMLOCK); in do_handle_spec()
2126 (vt_get_leds(fg_console, VC_NUMLOCK))) { in speakup_key()