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);
119 static struct spk_synth synth_dtlk = {
191 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
247 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
262 static void synth_flush(struct spk_synth *synth) in synth_flush()
283 static struct synth_settings *synth_interrogate(struct spk_synth *synth) in synth_interrogate()
326 static int synth_probe(struct spk_synth *synth) in synth_probe()
378 static void dtlk_release(struct spk_synth *synth) in dtlk_release()