Home
last modified time | relevance | path

Searched defs:in_synth (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/accessibility/speakup/
Dspk_ttyio.c225 static int spk_ttyio_out(struct spk_synth *in_synth, const char ch) in spk_ttyio_out()
254 static int spk_ttyio_out_unicode(struct spk_synth *in_synth, u16 ch) in spk_ttyio_out_unicode()
271 static void spk_ttyio_send_xchar(struct spk_synth *in_synth, char ch) in spk_ttyio_send_xchar()
279 static void spk_ttyio_tiocmset(struct spk_synth *in_synth, unsigned int set, unsigned int clear) in spk_ttyio_tiocmset()
287 static int spk_ttyio_wait_for_xmitr(struct spk_synth *in_synth) in spk_ttyio_wait_for_xmitr()
292 static unsigned char ttyio_in(struct spk_synth *in_synth, int timeout) in ttyio_in()
320 static unsigned char spk_ttyio_in(struct spk_synth *in_synth) in spk_ttyio_in()
325 static unsigned char spk_ttyio_in_nowait(struct spk_synth *in_synth) in spk_ttyio_in_nowait()
332 static void spk_ttyio_flush_buffer(struct spk_synth *in_synth) in spk_ttyio_flush_buffer()
353 void spk_ttyio_release(struct spk_synth *in_synth) in spk_ttyio_release()
[all …]
Dserialio.c165 static void spk_serial_tiocmset(struct spk_synth *in_synth, unsigned int set, unsigned int clear) in spk_serial_tiocmset()
216 static int spk_serial_wait_for_xmitr(struct spk_synth *in_synth) in spk_serial_wait_for_xmitr()
254 static unsigned char spk_serial_in(struct spk_synth *in_synth) in spk_serial_in()
268 static unsigned char spk_serial_in_nowait(struct spk_synth *in_synth) in spk_serial_in_nowait()
278 static void spk_serial_flush_buffer(struct spk_synth *in_synth) in spk_serial_flush_buffer()
283 static int spk_serial_out(struct spk_synth *in_synth, const char ch) in spk_serial_out()
Dsynth.c389 static int do_synth_init(struct spk_synth *in_synth) in do_synth_init()
451 int synth_add(struct spk_synth *in_synth) in synth_add()
476 void synth_remove(struct spk_synth *in_synth) in synth_remove()