Home
last modified time | relevance | path

Searched refs:in_synth (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/accessibility/speakup/
A Dspk_ttyio.c226 struct tty_struct *tty = in_synth->dev; in spk_ttyio_out()
243 in_synth->long_name); in spk_ttyio_out()
248 in_synth->alive = 0; in spk_ttyio_out()
258 ret = spk_ttyio_out(in_synth, ch); in spk_ttyio_out_unicode()
272 struct tty_struct *tty = in_synth->dev; in spk_ttyio_send_xchar()
280 struct tty_struct *tty = in_synth->dev; in spk_ttyio_tiocmset()
293 struct tty_struct *tty = in_synth->dev; in ttyio_in()
326 u8 rv = ttyio_in(in_synth, 0); in spk_ttyio_in_nowait()
368 in_synth->dev = NULL; in spk_ttyio_release()
379 ch = in_synth->procspeech; in spk_ttyio_synth_immediate()
[all …]
A Dserialio.c29 static int spk_serial_out(struct spk_synth *in_synth, const char ch);
32 static unsigned char spk_serial_in(struct spk_synth *in_synth);
34 static void spk_serial_flush_buffer(struct spk_synth *in_synth);
35 static int spk_serial_wait_for_xmitr(struct spk_synth *in_synth);
220 if ((in_synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) { in spk_serial_wait_for_xmitr()
222 in_synth->long_name); in spk_serial_wait_for_xmitr()
223 in_synth->alive = 0; in spk_serial_wait_for_xmitr()
235 in_synth->long_name); in spk_serial_wait_for_xmitr()
254 static unsigned char spk_serial_in(struct spk_synth *in_synth) in spk_serial_in() argument
278 static void spk_serial_flush_buffer(struct spk_synth *in_synth) in spk_serial_flush_buffer() argument
[all …]
A Dsynth.c45 static int do_synth_init(struct spk_synth *in_synth);
478 if (in_synth->checkval != SYNTH_CHECK) in do_synth_init()
480 synth = in_synth; in do_synth_init()
535 int synth_add(struct spk_synth *in_synth) in synth_add() argument
543 if (tmp == in_synth) { in synth_add()
549 if (in_synth->startup) in synth_add()
550 status = do_synth_init(in_synth); in synth_add()
553 list_add_tail(&in_synth->node, &synths); in synth_add()
560 void synth_remove(struct spk_synth *in_synth) in synth_remove() argument
563 if (synth == in_synth) in synth_remove()
[all …]
A Dspk_priv.h72 int synth_add(struct spk_synth *in_synth);
73 void synth_remove(struct spk_synth *in_synth);

Completed in 13 milliseconds