Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/accessibility/speakup/
Dspk_ttyio.c114 static int spk_ttyio_out(struct spk_synth *in_synth, const char ch);
115 static int spk_ttyio_out_unicode(struct spk_synth *in_synth, u16 ch);
116 static void spk_ttyio_send_xchar(struct spk_synth *in_synth, char ch);
117 static void spk_ttyio_tiocmset(struct spk_synth *in_synth, unsigned int set, unsigned int clear);
118 static unsigned char spk_ttyio_in(struct spk_synth *in_synth);
119 static unsigned char spk_ttyio_in_nowait(struct spk_synth *in_synth);
120 static void spk_ttyio_flush_buffer(struct spk_synth *in_synth);
121 static int spk_ttyio_wait_for_xmitr(struct spk_synth *in_synth);
224 static int spk_ttyio_out(struct spk_synth *in_synth, const char ch) in spk_ttyio_out() argument
226 struct tty_struct *tty = in_synth->dev; in spk_ttyio_out()
[all …]
Dserialio.c29 static int spk_serial_out(struct spk_synth *in_synth, const char ch);
30 static void spk_serial_send_xchar(struct spk_synth *in_synth, char ch);
31 static void spk_serial_tiocmset(struct spk_synth *in_synth, unsigned int set, unsigned int clear);
32 static unsigned char spk_serial_in(struct spk_synth *in_synth);
33 static unsigned char spk_serial_in_nowait(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);
165 static void spk_serial_tiocmset(struct spk_synth *in_synth, unsigned int set, unsigned int clear) in spk_serial_tiocmset() argument
216 static int spk_serial_wait_for_xmitr(struct spk_synth *in_synth) in spk_serial_wait_for_xmitr() argument
220 if ((in_synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) { in spk_serial_wait_for_xmitr()
[all …]
Dsynth.c45 static int do_synth_init(struct spk_synth *in_synth);
389 static int do_synth_init(struct spk_synth *in_synth) in do_synth_init() argument
394 if (in_synth->checkval != SYNTH_CHECK) in do_synth_init()
396 synth = in_synth; in do_synth_init()
400 pr_warn("%s: device probe failed\n", in_synth->name); 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()
[all …]
Dspk_priv.h72 int synth_add(struct spk_synth *in_synth);
73 void synth_remove(struct spk_synth *in_synth);