Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
Dspk_types.h157 struct spk_io_ops { struct
158 int (*synth_out)(struct spk_synth *synth, const char ch);
159 int (*synth_out_unicode)(struct spk_synth *synth, u16 ch);
160 void (*send_xchar)(char ch);
161 void (*tiocmset)(unsigned int set, unsigned int clear);
162 unsigned char (*synth_in)(void);
163 unsigned char (*synth_in_nowait)(void);
164 void (*flush_buffer)(void);
165 int (*wait_for_xmitr)(struct spk_synth *synth);