Lines Matching defs:in_synth
29 static int spk_serial_out(struct spk_synth *in_synth, const char ch);
35 static int spk_serial_wait_for_xmitr(struct spk_synth *in_synth);
216 static int spk_serial_wait_for_xmitr(struct spk_synth *in_synth)
220 if ((in_synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) {
222 in_synth->long_name);
223 in_synth->alive = 0;
235 in_synth->long_name);
283 static int spk_serial_out(struct spk_synth *in_synth, const char ch)
285 if (in_synth->alive && spk_serial_wait_for_xmitr(in_synth)) {