Home
last modified time | relevance | path

Searched refs:KT_LETTER (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/s390/char/
H A Dkeyboard.c169 KTYP(keysym) == (KT_LETTER | 0xf0)) in kbd_ascebc()
196 KTYP(keysym) == (KT_LETTER | 0xf0))
328 if (type == KT_LETTER) in kbd_keycode()
/linux/kernel/debug/kdb/
H A Dkdb_keyboard.c175 case KT_LETTER: in kdb_get_kbd_char()
/linux/arch/m68k/atari/
H A Datakeyb.c232 if (keytyp == KT_LATIN || keytyp == KT_LETTER) { in atari_keyboard_interrupt()
/linux/include/uapi/linux/
H A Dkeyboard.h40 #define KT_LETTER 11 /* symbol that can be acted upon by CapsLock */ macro
/linux/drivers/tty/vt/
H A Dkeyboard.c126 [ KT_LETTER ] = 255,
1497 if (type == KT_LETTER) { in kbd_keycode()
/linux/drivers/accessibility/speakup/
H A Dmain.c2209 } else if (type == KT_LETTER) { in speakup_key()
2278 case KT_LETTER: in keyboard_notifier_call()