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);
161 static unsigned char get_index(struct spk_synth *synth) in get_index() argument
197 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
235 synth->flush(synth); in do_catch_up()
250 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()
286 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
290 synth->io_ops->synth_out(synth, ']'); in synth_flush()
293 synth->io_ops->flush_buffer(); in synth_flush()
294 synth->io_ops->synth_out(synth, SYNTH_CLEAR); in synth_flush()