Lines Matching defs:synth
127 static int synth_probe(struct spk_synth *synth);
128 static void dtpc_release(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);
309 static void synth_flush(struct spk_synth *synth)
374 static void do_catch_up(struct spk_synth *synth)
397 synth->flush(synth);
447 static const char *synth_immediate(struct spk_synth *synth, const char *buf)
461 static int synth_probe(struct spk_synth *synth)
465 pr_info("Probing for %s.\n", synth->long_name);
478 pr_info("%s: not found\n", synth->long_name);
481 pr_info("%s: %03x-%03x, Driver Version %s,\n", synth->long_name,
483 synth->version);
484 synth->alive = 1;
488 static void dtpc_release(struct spk_synth *synth)