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);
165 static unsigned char get_index(struct spk_synth *synth) in get_index() argument
201 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
244 synth->flush(synth); in do_catch_up()
259 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()
295 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
299 synth->io_ops->synth_out(synth, ']'); in synth_flush()
302 synth->io_ops->flush_buffer(synth); in synth_flush()
303 synth->io_ops->synth_out(synth, SYNTH_CLEAR); in synth_flush()