Lines Matching refs:spk_synth
27 static int synth_probe(struct spk_synth *synth);
28 static void accent_release(struct spk_synth *synth);
29 static const char *synth_immediate(struct spk_synth *synth, const char *buf);
30 static void do_catch_up(struct spk_synth *synth);
31 static void synth_flush(struct spk_synth *synth);
103 static struct spk_synth synth_acntpc = {
149 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
171 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
251 static void synth_flush(struct spk_synth *synth) in synth_flush()
256 static int synth_probe(struct spk_synth *synth) in synth_probe()
306 static void accent_release(struct spk_synth *synth) in accent_release()