Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accessibility/speakup/
Dspk_ttyio.c224 static int spk_ttyio_out(struct spk_synth *in_synth, const char ch) in spk_ttyio_out()
253 static int spk_ttyio_out_unicode(struct spk_synth *in_synth, u16 ch) in spk_ttyio_out_unicode()
270 static void spk_ttyio_send_xchar(struct spk_synth *in_synth, char ch) in spk_ttyio_send_xchar()
278 static void spk_ttyio_tiocmset(struct spk_synth *in_synth, unsigned int set, unsigned int clear) in spk_ttyio_tiocmset()
286 static int spk_ttyio_wait_for_xmitr(struct spk_synth *in_synth) in spk_ttyio_wait_for_xmitr()
291 static unsigned char ttyio_in(struct spk_synth *in_synth, int timeout) in ttyio_in()
319 static unsigned char spk_ttyio_in(struct spk_synth *in_synth) in spk_ttyio_in()
324 static unsigned char spk_ttyio_in_nowait(struct spk_synth *in_synth) in spk_ttyio_in_nowait()
331 static void spk_ttyio_flush_buffer(struct spk_synth *in_synth) in spk_ttyio_flush_buffer()
352 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.c473 static int do_synth_init(struct spk_synth *in_synth) in do_synth_init()
535 int synth_add(struct spk_synth *in_synth) in synth_add()
560 void synth_remove(struct spk_synth *in_synth) in synth_remove()