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