Lines Matching defs: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);
191 static void do_catch_up(struct spk_synth *synth)
212 synth->flush(synth);
247 static const char *synth_immediate(struct spk_synth *synth, const char *buf)
262 static void synth_flush(struct spk_synth *synth)
283 static struct synth_settings *synth_interrogate(struct spk_synth *synth)
290 synth_immediate(synth, "\x18\x01?");
326 static int synth_probe(struct spk_synth *synth)
370 sp = synth_interrogate(synth);
372 synth->long_name, synth_lpc, synth_lpc + SYNTH_IO_EXTENT - 1,
373 sp->rom_version, sp->serial_number, synth->version);
374 synth->alive = 1;
378 static void dtlk_release(struct spk_synth *synth)