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);
160 static unsigned char get_index(struct spk_synth *synth) in get_index() argument
196 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
234 synth->flush(synth); in do_catch_up()
249 if (synth_full_val || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
263 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
266 synth->io_ops->synth_out(synth, in do_catch_up()
282 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
285 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
289 synth->io_ops->synth_out(synth, ']'); in synth_flush()
292 synth->io_ops->flush_buffer(); in synth_flush()
293 synth->io_ops->synth_out(synth, SYNTH_CLEAR); in synth_flush()