Lines Matching refs:spk_synth
127 static int synth_probe(struct spk_synth *synth);
128 static void dtpc_release(struct spk_synth *synth);
129 static const char *synth_immediate(struct spk_synth *synth, const char *buf);
130 static void do_catch_up(struct spk_synth *synth);
131 static void synth_flush(struct spk_synth *synth);
202 static struct spk_synth synth_dec_pc = {
298 static void synth_flush(struct spk_synth *synth) in synth_flush()
363 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
436 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
450 static int synth_probe(struct spk_synth *synth) in synth_probe()
477 static void dtpc_release(struct spk_synth *synth) in dtpc_release()