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);
143 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() argument
164 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
190 synth->flush(synth); in do_catch_up()
249 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
254 static int synth_probe(struct spk_synth *synth) in synth_probe() argument
259 pr_info("Probing for %s.\n", synth->long_name); in synth_probe()
286 pr_info("%s: not found\n", synth->long_name); in synth_probe()
291 pr_info("%s: %03x-%03x, driver version %s,\n", synth->long_name, in synth_probe()
293 synth->version); in synth_probe()
294 synth->alive = 1; in synth_probe()
298 static void keynote_release(struct spk_synth *synth) in keynote_release() argument