Searched refs:KT_SPEC (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/include/uapi/linux/ |
D | keyboard.h | 31 #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-6.6.21/kernel/debug/kdb/ |
D | kdb_keyboard.c | 178 case KT_SPEC: in kdb_get_kbd_char()
|
/linux-6.6.21/drivers/accessibility/braille/ |
D | braille_console.c | 228 if (type == KT_SPEC) { in keyboard_notifier_call()
|
/linux-6.6.21/drivers/tty/vt/ |
D | keyboard.c | 117 [ 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-6.6.21/drivers/accessibility/speakup/ |
D | main.c | 2206 if (type == KT_SPEC && value == 1) { in speakup_key() 2284 case KT_SPEC: in keyboard_notifier_call()
|