Home
last modified time | relevance | path

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

/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.c1861 if (type == KT_SPKUP && ch == SPEAKUP_GOTO) in handle_goto()
1948 handle_help(vc, KT_SPKUP, SPEAKUP_HELP, 0); in speakup_help()
2080 type = KT_SPKUP; in speakup_key()
2085 if (type == KT_SPKUP && special_handler == NULL) { in speakup_key()