Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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.c391 static int do_synth_init(struct spk_synth *in_synth) in do_synth_init()
453 int synth_add(struct spk_synth *in_synth) in synth_add()
478 void synth_remove(struct spk_synth *in_synth) in synth_remove()
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
Dspk_ttyio.c222 static int spk_ttyio_out(struct spk_synth *in_synth, const char ch) in spk_ttyio_out()
250 static int spk_ttyio_out_unicode(struct spk_synth *in_synth, u16 ch) in spk_ttyio_out_unicode()
310 static int spk_ttyio_wait_for_xmitr(struct spk_synth *in_synth) in spk_ttyio_wait_for_xmitr()
Dsynth.c388 static int do_synth_init(struct spk_synth *in_synth) in do_synth_init()
448 int synth_add(struct spk_synth *in_synth) in synth_add()
473 void synth_remove(struct spk_synth *in_synth) in synth_remove()
Dserialio.c216 static int spk_serial_wait_for_xmitr(struct spk_synth *in_synth) in spk_serial_wait_for_xmitr()
283 static int spk_serial_out(struct spk_synth *in_synth, const char ch) in spk_serial_out()