Lines Matching defs:synth
19 static int synth_probe(struct spk_synth *synth);
139 static void synth_interrogate(struct spk_synth *synth)
144 synth->synth_immediate(synth, "\x18\x01?");
146 buf[i] = synth->io_ops->synth_in(synth);
157 pr_info("%s: ROM version: %s\n", synth->long_name, rom_v);
160 static int synth_probe(struct spk_synth *synth)
164 failed = spk_ttyio_synth_probe(synth);
166 synth_interrogate(synth);
167 synth->alive = !failed;