Searched refs:synth_out (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | speakup_dectlk.c | 267 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 D | speakup_decext.c | 191 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 D | speakup_apollo.c | 178 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 D | synth.c | 99 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 D | spk_ttyio.c | 124 .synth_out = spk_ttyio_out, 381 !in_synth->io_ops->synth_out(in_synth, ch)) in spk_ttyio_synth_immediate()
|
H A D | speakup_audptr.c | 133 synth->io_ops->synth_out(synth, PROCSPEECH); in synth_flush()
|
H A D | spk_types.h | 158 int (*synth_out)(struct spk_synth *synth, const char ch); member
|
H A D | serialio.c | 38 .synth_out = spk_serial_out,
|