Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/speakup/
Dkeyhelp.c156 spk_special_handler = NULL; in spk_handle_help()
180 && !spk_special_handler) { in spk_handle_help()
181 spk_special_handler = spk_handle_help; in spk_handle_help()
Dmain.c71 special_func spk_special_handler; variable
1297 spk_special_handler = NULL; in edit_bits()
1885 if (spk_special_handler != NULL || val < 1 || val > 6) { in speakup_bits()
1891 spk_special_handler = edit_bits; in speakup_bits()
1932 spk_special_handler = NULL; in handle_goto()
1959 spk_special_handler = NULL; in handle_goto()
1976 if (spk_special_handler != NULL) { in speakup_goto()
1981 spk_special_handler = handle_goto; in speakup_goto()
2124 if (type == KT_SPKUP && spk_special_handler == NULL) { in speakup_key()
2140 if (spk_special_handler) { in speakup_key()
[all …]
Dspeakup.h67 extern special_func spk_special_handler;