Lines Matching refs:synth
32 static void do_catch_up(struct spk_synth *synth);
33 static void synth_flush(struct spk_synth *synth);
35 static unsigned char get_index(struct spk_synth *synth);
173 static unsigned char get_index(struct spk_synth *synth) in get_index() argument
209 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
252 synth->flush(synth); in do_catch_up()
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()
303 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
307 synth->io_ops->synth_out(synth, ']'); in synth_flush()
310 synth->io_ops->flush_buffer(synth); in synth_flush()
311 synth->io_ops->synth_out(synth, SYNTH_CLEAR); in synth_flush()