Lines Matching refs:spk_synth
17 static struct spk_synth *spk_ttyio_synth;
36 static int get_dev_to_use(struct spk_synth *synth, dev_t *dev_no) in get_dev_to_use()
115 static int spk_ttyio_out(struct spk_synth *in_synth, const char ch);
116 static int spk_ttyio_out_unicode(struct spk_synth *in_synth, u16 ch);
122 static int spk_ttyio_wait_for_xmitr(struct spk_synth *in_synth);
144 static int spk_ttyio_initialise_ldisc(struct spk_synth *synth) in spk_ttyio_initialise_ldisc()
222 static int spk_ttyio_out(struct spk_synth *in_synth, const char ch) in spk_ttyio_out()
250 static int spk_ttyio_out_unicode(struct spk_synth *in_synth, u16 ch) in spk_ttyio_out_unicode()
310 static int spk_ttyio_wait_for_xmitr(struct spk_synth *in_synth) in spk_ttyio_wait_for_xmitr()
368 int spk_ttyio_synth_probe(struct spk_synth *synth) in spk_ttyio_synth_probe()
398 const char *spk_ttyio_synth_immediate(struct spk_synth *synth, const char *buff) in spk_ttyio_synth_immediate()