Home
last modified time | relevance | path

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

/drivers/accessibility/speakup/
Dspeakup_dectlk.c250 if (synth_full_val || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
264 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
267 synth->io_ops->synth_out(synth, in do_catch_up()
283 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
290 synth->io_ops->synth_out(synth, ']'); in synth_flush()
294 synth->io_ops->synth_out(synth, SYNTH_CLEAR); in synth_flush()
Dspeakup_decext.c182 if (synth_full() || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
196 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
199 synth->io_ops->synth_out(synth, in do_catch_up()
215 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
Dspeakup_apollo.c165 if (!synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
177 if (synth->io_ops->synth_out(synth, synth->procspeech)) in do_catch_up()
190 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
Dsynth.c99 ret = synth->io_ops->synth_out(synth, ch); in _spk_do_catch_up()
110 if (synth->io_ops->synth_out(synth, synth->procspeech)) in _spk_do_catch_up()
123 synth->io_ops->synth_out(synth, synth->procspeech); in _spk_do_catch_up()
141 synth->io_ops->synth_out(synth, synth->clear); in spk_synth_flush()
Dspk_ttyio.c125 .synth_out = spk_ttyio_out,
406 !synth->io_ops->synth_out(synth, ch)) in spk_ttyio_synth_immediate()
Dspeakup_audptr.c124 synth->io_ops->synth_out(synth, PROCSPEECH); in synth_flush()
Dspk_types.h158 int (*synth_out)(struct spk_synth *synth, const char ch); member
Dserialio.c38 .synth_out = spk_serial_out,