Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dkeyboard.h31 #define KT_SPEC 2 macro
307 #define K_HOLE K(KT_SPEC,0)
308 #define K_ENTER K(KT_SPEC,1)
309 #define K_SH_REGS K(KT_SPEC,2)
310 #define K_SH_MEM K(KT_SPEC,3)
311 #define K_SH_STAT K(KT_SPEC,4)
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)
[all …]
/Linux-v6.1/kernel/debug/kdb/
Dkdb_keyboard.c176 case KT_SPEC: in kdb_get_kbd_char()
/Linux-v6.1/drivers/accessibility/braille/
Dbraille_console.c229 if (type == KT_SPEC) { in keyboard_notifier_call()
/Linux-v6.1/drivers/tty/vt/
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()
/Linux-v6.1/drivers/accessibility/speakup/
Dmain.c2192 if (type == KT_SPEC && value == 1) { in speakup_key()
2270 case KT_SPEC: in keyboard_notifier_call()