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