Lines Matching refs: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);
148 pr_warn("synth timeout %d %d %d %d\n", s1, s2, s3, s4);
152 static const char *synth_immediate(struct spk_synth *synth, const char *buf)
173 static void do_catch_up(struct spk_synth *synth)
199 synth->flush(synth);
258 static void synth_flush(struct spk_synth *synth)
263 static int synth_probe(struct spk_synth *synth)
268 pr_info("Probing for %s.\n", synth->long_name);
295 pr_info("%s: not found\n", synth->long_name);
300 pr_info("%s: %03x-%03x, driver version %s,\n", synth->long_name,
302 synth->version);
303 synth->alive = 1;
307 static void keynote_release(struct spk_synth *synth)