Lines Matching defs:synth
127 static int synth_probe(struct spk_synth *synth);
129 static const char *synth_immediate(struct spk_synth *synth, const char *buf);
130 static void do_catch_up(struct spk_synth *synth);
131 static void synth_flush(struct spk_synth *synth);
298 static void synth_flush(struct spk_synth *synth)
363 static void do_catch_up(struct spk_synth *synth)
386 synth->flush(synth);
436 static const char *synth_immediate(struct spk_synth *synth, const char *buf)
450 static int synth_probe(struct spk_synth *synth)
454 pr_info("Probing for %s.\n", synth->long_name);
467 pr_info("%s: not found\n", synth->long_name);
470 pr_info("%s: %03x-%03x, Driver Version %s,\n", synth->long_name,
472 synth->version);
473 synth->alive = 1;