Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/speakup/
Dmain.c242 static int spk_keydown; variable
1074 spk_keydown = 0; in spkup_write()
1186 spk_lastkey = spk_keydown = 0; in do_handle_latin()
1196 spk_keydown++; in do_handle_latin()
1662 spk_keydown = is_cursor = 0; in cursor_done()
1672 spk_keydown = is_cursor = 0; in cursor_done()
1682 spk_keydown = is_cursor = 0; in cursor_done()
1703 if (vc->vc_num == fg_console && spk_keydown) { in speakup_bs()
1704 spk_keydown = 0; in speakup_bs()
1721 if (spk_bell_pos && spk_keydown && (vc->vc_x == spk_bell_pos - 1)) in speakup_con_write()
[all …]