Lines Matching refs:spk_synth
26 static int synth_probe(struct spk_synth *synth);
27 static void keynote_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);
94 static struct spk_synth synth_keypc = {
152 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
173 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
258 static void synth_flush(struct spk_synth *synth) in synth_flush()
263 static int synth_probe(struct spk_synth *synth) in synth_probe()
307 static void keynote_release(struct spk_synth *synth) in keynote_release()