Lines Matching refs:synth
26 static int synth_probe(struct spk_synth *synth);
27 static void dtlk_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);
181 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
202 synth->flush(synth); in do_catch_up()
237 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() argument
252 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
273 static struct synth_settings *synth_interrogate(struct spk_synth *synth) in synth_interrogate() argument
280 synth_immediate(synth, "\x18\x01?"); in synth_interrogate()
316 static int synth_probe(struct spk_synth *synth) in synth_probe() argument
360 sp = synth_interrogate(synth); in synth_probe()
362 synth->long_name, synth_lpc, synth_lpc + SYNTH_IO_EXTENT - 1, in synth_probe()
363 sp->rom_version, sp->serial_number, synth->version); in synth_probe()
364 synth->alive = 1; in synth_probe()
368 static void dtlk_release(struct spk_synth *synth) in dtlk_release() argument