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.c227 struct tty_struct *tty = in_synth->dev; in spk_ttyio_out()
244 in_synth->long_name); in spk_ttyio_out()
249 in_synth->alive = 0; in spk_ttyio_out()
259 ret = spk_ttyio_out(in_synth, ch); in spk_ttyio_out_unicode()
273 struct tty_struct *tty = in_synth->dev; in spk_ttyio_send_xchar()
281 struct tty_struct *tty = in_synth->dev; in spk_ttyio_tiocmset()
294 struct tty_struct *tty = in_synth->dev; in ttyio_in()
327 u8 rv = ttyio_in(in_synth, 0); in spk_ttyio_in_nowait()
366 in_synth->dev = NULL; in spk_ttyio_release()
377 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);
394 if (in_synth->checkval != SYNTH_CHECK) in do_synth_init()
396 synth = in_synth; in do_synth_init()
451 int synth_add(struct spk_synth *in_synth) in synth_add() argument
459 if (tmp == in_synth) { in synth_add()
465 if (in_synth->startup) in synth_add()
466 status = do_synth_init(in_synth); in synth_add()
469 list_add_tail(&in_synth->node, &synths); in synth_add()
476 void synth_remove(struct spk_synth *in_synth) in synth_remove() argument
479 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 7 milliseconds