Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/speakup/
Dspeakup_dectlk.c255 if (synth_full_val || !spk_serial_out(ch)) { in do_catch_up()
269 spk_serial_out(PROCSPEECH); in do_catch_up()
272 spk_serial_out(PROCSPEECH); in do_catch_up()
285 spk_serial_out(PROCSPEECH); in do_catch_up()
292 spk_serial_out(']'); in synth_flush()
296 spk_serial_out(SYNTH_CLEAR); in synth_flush()
Dspeakup_decext.c191 if (synth_full() || !spk_serial_out(ch)) { in do_catch_up()
205 spk_serial_out(PROCSPEECH); in do_catch_up()
208 spk_serial_out(PROCSPEECH); in do_catch_up()
221 spk_serial_out(PROCSPEECH); in do_catch_up()
Dspeakup_apollo.c175 if (!spk_serial_out(ch)) { in do_catch_up()
188 if (spk_serial_out(synth->procspeech)) in do_catch_up()
201 spk_serial_out(PROCSPEECH); in do_catch_up()
Dsynth.c109 if (!spk_serial_out(ch)) { in spk_do_catch_up()
119 if (spk_serial_out(synth->procspeech)) in spk_do_catch_up()
132 spk_serial_out(synth->procspeech); in spk_do_catch_up()
154 spk_serial_out(synth->clear); in spk_synth_flush()
Dserialio.c197 int spk_serial_out(const char ch) in spk_serial_out() function
205 EXPORT_SYMBOL_GPL(spk_serial_out);
Dspk_priv.h52 extern int spk_serial_out(const char ch);
Dspeakup_audptr.c141 spk_serial_out(PROCSPEECH); in synth_flush()