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

/linux-master/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)
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,
[all...]
/linux-master/kernel/debug/kdb/
H A Dkdb_keyboard.c178 case KT_SPEC:
/linux-master/drivers/accessibility/braille/
H A Dbraille_console.c228 if (type == KT_SPEC) {
/linux-master/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)
/linux-master/drivers/accessibility/speakup/
H A Dmain.c2206 if (type == KT_SPEC && value == 1) {
2284 case KT_SPEC:

Completed in 125 milliseconds