Searched refs:spk_no_intr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | speakup.h | 104 extern int spk_no_intr, spk_say_ctrl, spk_say_word_ctl, spk_punc_level;
|
H A D | varhandlers.c | 35 { "no_interrupt", NO_INTERRUPT, VAR_NUM, &spk_no_intr, NULL },
|
H A D | main.c | 63 int spk_no_intr, spk_spell_delay; variable 1546 if (spk_no_intr) in do_handle_cursor() 1806 if (spk_no_intr) in do_handle_spec() 2191 if (!spk_no_intr) in speakup_key()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | speakup.h | 104 extern int spk_no_intr, spk_say_ctrl, spk_say_word_ctl, spk_punc_level;
|
H A D | varhandlers.c | 36 { "no_interrupt", NO_INTERRUPT, VAR_NUM, &spk_no_intr, NULL },
|
H A D | main.c | 63 int spk_no_intr, spk_spell_delay; variable 1554 if (spk_no_intr) in do_handle_cursor() 1818 if (spk_no_intr) in do_handle_spec() 2203 if (!spk_no_intr) in speakup_key()
|
Completed in 8 milliseconds