Lines Matching refs:synth
27 static int synth_probe(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);
140 static const char *synth_immediate(struct spk_synth *synth, const char *buf)
162 static void do_catch_up(struct spk_synth *synth)
189 synth->flush(synth);
242 static void synth_flush(struct spk_synth *synth)
247 static int synth_probe(struct spk_synth *synth)
252 pr_info("Probing for %s.\n", synth->long_name);
285 pr_info("%s: not found\n", synth->long_name);
290 pr_info("%s: %03x-%03x, driver version %s,\n", synth->long_name,
292 synth->version);
293 synth->alive = 1;