Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/speakup/
Dmain.c244 static int spk_keydown; variable
1077 spk_keydown = 0; in spkup_write()
1190 spk_lastkey = spk_keydown = 0; in do_handle_latin()
1200 spk_keydown++; in do_handle_latin()
1664 spk_keydown = is_cursor = 0; in cursor_done()
1674 spk_keydown = is_cursor = 0; in cursor_done()
1684 spk_keydown = is_cursor = 0; in cursor_done()
1705 if (vc->vc_num == fg_console && spk_keydown) { in speakup_bs()
1706 spk_keydown = 0; in speakup_bs()
1723 if (spk_bell_pos && spk_keydown && (vc->vc_x == spk_bell_pos - 1)) in speakup_con_write()
[all …]