Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dkeyboard.h31 #define KT_SPEC 2 macro
307 #define K_HOLE K(KT_SPEC,0)
308 #define K_ENTER K(KT_SPEC,1)
310 #define K_SH_MEM K(KT_SPEC,3)
312 #define K_BREAK K(KT_SPEC,5)
313 #define K_CONS K(KT_SPEC,6)
314 #define K_CAPS K(KT_SPEC,7)
315 #define K_NUM K(KT_SPEC,8)
316 #define K_HOLD K(KT_SPEC,9)
319 #define K_BOOT K(KT_SPEC,12)
[all …]
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_keyboard.c178 case KT_SPEC: in kdb_get_kbd_char()
/openbmc/linux/drivers/accessibility/braille/
H A Dbraille_console.c228 if (type == KT_SPEC) { in keyboard_notifier_call()
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c117 [ KT_SPEC ] = ARRAY_SIZE(fn_handler) - 1,
1521 if ((raw_mode || kbd->kbdmode == VC_OFF) && type != KT_SPEC && type != KT_SHIFT) in kbd_keycode()
/openbmc/linux/drivers/accessibility/speakup/
H A Dmain.c2206 if (type == KT_SPEC && value == 1) { in speakup_key()
2284 case KT_SPEC: in keyboard_notifier_call()