Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/accessibility/speakup/
Dspeakup_dectlk.c259 if (synth_full_val || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
273 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
276 synth->io_ops->synth_out(synth, in do_catch_up()
292 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
299 synth->io_ops->synth_out(synth, ']'); in synth_flush()
303 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,
379 !in_synth->io_ops->synth_out(in_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,