Home
last modified time | relevance | path

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

/linux/drivers/accessibility/speakup/
H A Dmain.c294 spk_shut_up |= 0x01; in speakup_shut_up()
311 spk_shut_up &= ~0x40; in speech_kill()
315 spk_shut_up |= 0x40; in speech_kill()
321 if (spk_shut_up & 0x80) { in speakup_off()
322 spk_shut_up &= 0x7f; in speakup_off()
325 spk_shut_up |= 0x80; in speakup_off()
1176 spk_shut_up &= 0xfe; in do_handle_shift()
1183 spk_shut_up &= 0xfe; in do_handle_shift()
1188 spk_shut_up &= 0xfe; in do_handle_shift()
1211 spk_shut_up &= 0xfe; in do_handle_latin()
[all …]
H A Dspk_types.h87 #define spk_shut_up (speakup_console[vc->vc_num]->shut_up) macro
H A Dkobjects.c361 spk_shut_up |= shut; in silent_store()
363 spk_shut_up &= ~shut; in silent_store()