Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dkeyhelp.c164 } else if (type == KT_SPKUP && ch == SPEAKUP_HELP && in spk_handle_help()
172 if ((type != KT_SPKUP) && (key > 0) && (key <= num_key_names)) { in spk_handle_help()
H A Dspk_priv.h30 #define KT_SPKUP 15 macro
H A Dmain.c1958 if (type == KT_SPKUP && ch == SPEAKUP_GOTO) in handle_goto()
2047 spk_handle_help(vc, KT_SPKUP, SPEAKUP_HELP, 0); in speakup_help()
2184 type = KT_SPKUP; in speakup_key()
2189 if (type == KT_SPKUP && !spk_special_handler) { in speakup_key()