Lines Matching refs:spk_synth
26 static int synth_probe(struct spk_synth *synth);
27 static void dtlk_release(struct spk_synth *synth);
28 static const char *synth_immediate(struct spk_synth *synth, const char *buf);
29 static void do_catch_up(struct spk_synth *synth);
30 static void synth_flush(struct spk_synth *synth);
109 static struct spk_synth synth_dtlk = {
181 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
237 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
252 static void synth_flush(struct spk_synth *synth) in synth_flush()
273 static struct synth_settings *synth_interrogate(struct spk_synth *synth) in synth_interrogate()
316 static int synth_probe(struct spk_synth *synth) in synth_probe()
368 static void dtlk_release(struct spk_synth *synth) in dtlk_release()