Lines Matching refs:synth
19 static int synth_probe(struct spk_synth *synth);
128 static void synth_interrogate(struct spk_synth *synth)
133 synth->synth_immediate(synth, "\x18\x01?");
135 buf[i] = synth->io_ops->synth_in();
146 pr_info("%s: ROM version: %s\n", synth->long_name, rom_v);
149 static int synth_probe(struct spk_synth *synth)
153 failed = spk_ttyio_synth_probe(synth);
155 synth_interrogate(synth);
156 synth->alive = !failed;