Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_dectlk.c267 if (synth_full_val || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
281 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
284 synth->io_ops->synth_out(synth, in do_catch_up()
300 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
307 synth->io_ops->synth_out(synth, ']'); in synth_flush()
311 synth->io_ops->synth_out(synth, SYNTH_CLEAR); in synth_flush()
H A Dspeakup_decext.c191 if (synth_full() || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
205 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
208 synth->io_ops->synth_out(synth, in do_catch_up()
224 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
H A Dspeakup_apollo.c178 if (!synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
190 if (synth->io_ops->synth_out(synth, synth->procspeech)) in do_catch_up()
203 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
H A 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()
H A Dspk_ttyio.c124 .synth_out = spk_ttyio_out,
381 !in_synth->io_ops->synth_out(in_synth, ch)) in spk_ttyio_synth_immediate()
H A Dspk_types.h158 int (*synth_out)(struct spk_synth *synth, const char ch); member
H A Dspeakup_audptr.c133 synth->io_ops->synth_out(synth, PROCSPEECH); in synth_flush()
H A Dserialio.c38 .synth_out = spk_serial_out,