Searched refs:KT_LATIN (Results 1 - 6 of 6) sorted by relevance

/linux-master/kernel/debug/kdb/
H A Dkdb_keyboard.c174 case KT_LATIN:
/linux-master/drivers/accessibility/speakup/
H A Dkeyhelp.c141 if (type == KT_LATIN) {
H A Dmain.c1332 if (type != KT_LATIN || (ch_type & B_NUM) || ch < SPACE)
1960 if (type == KT_LATIN && ch == '\n')
2208 type = KT_LATIN;
2210 type = KT_LATIN;
2277 case KT_LATIN:
/linux-master/arch/m68k/atari/
H A Datakeyb.c232 if (keytyp == KT_LATIN || keytyp == KT_LETTER) {
/linux-master/include/uapi/linux/
H A Dkeyboard.h29 #define KT_LATIN 0 /* we depend on this being zero */ macro
/linux-master/drivers/tty/vt/
H A Dkeyboard.c115 [ KT_LATIN ] = 255,
1507 type = KT_LATIN;

Completed in 167 milliseconds