Home
last modified time | relevance | path

Searched refs:KT_SPKUP (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/speakup/
Dkeyhelp.c172 } else if (type == KT_SPKUP && ch == SPEAKUP_HELP && !special_handler) { in handle_help()
179 if ((type != KT_SPKUP) && (key > 0) && (key <= num_key_names)) { in handle_help()
Dspk_priv.h45 #define KT_SPKUP 15 macro
Dmain.c1862 if (type == KT_SPKUP && ch == SPEAKUP_GOTO) in handle_goto()
1949 handle_help(vc, KT_SPKUP, SPEAKUP_HELP, 0); in speakup_help()
2081 type = KT_SPKUP; in speakup_key()
2086 if (type == KT_SPKUP && special_handler == NULL) { in speakup_key()