Lines Matching refs:synth
36 static void do_catch_up(struct spk_synth *synth);
37 static void synth_flush(struct spk_synth *synth);
153 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
177 synth->flush(synth); in do_catch_up()
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()
227 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
230 synth->io_ops->flush_buffer(synth); in synth_flush()
231 synth->synth_immediate(synth, "\033P;10z\033\\"); in synth_flush()