/linux-6.6.21/drivers/accessibility/speakup/ |
D | spk_priv.h | 37 void spk_serial_release(struct spk_synth *synth); 38 void spk_ttyio_release(struct spk_synth *synth); 52 int spk_serial_synth_probe(struct spk_synth *synth); 53 int spk_ttyio_synth_probe(struct spk_synth *synth); 54 const char *spk_serial_synth_immediate(struct spk_synth *synth, 56 const char *spk_ttyio_synth_immediate(struct spk_synth *synth, 58 void spk_do_catch_up(struct spk_synth *synth); 59 void spk_do_catch_up_unicode(struct spk_synth *synth); 60 void spk_synth_flush(struct spk_synth *synth); 61 unsigned char spk_synth_get_index(struct spk_synth *synth); [all …]
|
D | spk_ttyio.c | 15 struct spk_synth *synth; 37 static int get_dev_to_use(struct spk_synth *synth, dev_t *dev_no) in get_dev_to_use() 78 struct spk_synth *synth = ldisc_data->synth; in spk_ttyio_receive_buf2() 114 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); [all …]
|
D | spk_types.h | 155 struct spk_synth; 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)(struct spk_synth *synth, char ch); 161 void (*tiocmset)(struct spk_synth *synth, unsigned int set, unsigned int clear); 162 unsigned char (*synth_in)(struct spk_synth *synth); 163 unsigned char (*synth_in_nowait)(struct spk_synth *synth); 164 void (*flush_buffer)(struct spk_synth *synth); 165 int (*wait_for_xmitr)(struct spk_synth *synth); 168 struct spk_synth { struct [all …]
|
D | serialio.c | 29 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); 153 static void spk_serial_send_xchar(struct spk_synth *synth, char ch) in spk_serial_send_xchar() 165 static void spk_serial_tiocmset(struct spk_synth *in_synth, unsigned int set, unsigned int clear) in spk_serial_tiocmset() 172 int spk_serial_synth_probe(struct spk_synth *synth) in spk_serial_synth_probe() [all …]
|
D | synth.c | 22 struct spk_synth *synth; 45 static int do_synth_init(struct spk_synth *in_synth); 54 static void _spk_do_catch_up(struct spk_synth *synth, int unicode) in _spk_do_catch_up() 126 void spk_do_catch_up(struct spk_synth *synth) in spk_do_catch_up() 132 void spk_do_catch_up_unicode(struct spk_synth *synth) in spk_do_catch_up_unicode() 138 void spk_synth_flush(struct spk_synth *synth) in spk_synth_flush() 145 unsigned char spk_synth_get_index(struct spk_synth *synth) in spk_synth_get_index() 151 int spk_synth_is_alive_nop(struct spk_synth *synth) in spk_synth_is_alive_nop() 158 int spk_synth_is_alive_restart(struct spk_synth *synth) in spk_synth_is_alive_restart() 359 struct spk_synth *tmp, *synth = NULL; in synth_init() [all …]
|
D | speakup_keypc.c | 26 static int synth_probe(struct spk_synth *synth); 27 static void keynote_release(struct spk_synth *synth); 28 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 29 static void do_catch_up(struct spk_synth *synth); 30 static void synth_flush(struct spk_synth *synth); 94 static struct spk_synth synth_keypc = { 152 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() 173 static void do_catch_up(struct spk_synth *synth) in do_catch_up() 258 static void synth_flush(struct spk_synth *synth) in synth_flush() 263 static int synth_probe(struct spk_synth *synth) in synth_probe() [all …]
|
D | speakup_acntpc.c | 27 static int synth_probe(struct spk_synth *synth); 28 static void accent_release(struct spk_synth *synth); 29 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 30 static void do_catch_up(struct spk_synth *synth); 31 static void synth_flush(struct spk_synth *synth); 103 static struct spk_synth synth_acntpc = { 149 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() 171 static void do_catch_up(struct spk_synth *synth) in do_catch_up() 251 static void synth_flush(struct spk_synth *synth) in synth_flush() 256 static int synth_probe(struct spk_synth *synth) in synth_probe() [all …]
|
D | speakup_dtlk.c | 26 static int synth_probe(struct spk_synth *synth); 27 static void dtlk_release(struct spk_synth *synth); 28 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 29 static void do_catch_up(struct spk_synth *synth); 30 static void synth_flush(struct spk_synth *synth); 119 static struct spk_synth synth_dtlk = { 191 static void do_catch_up(struct spk_synth *synth) in do_catch_up() 247 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() 262 static void synth_flush(struct spk_synth *synth) in synth_flush() 283 static struct synth_settings *synth_interrogate(struct spk_synth *synth) in synth_interrogate() [all …]
|
D | speakup_decpc.c | 127 static int synth_probe(struct spk_synth *synth); 128 static void dtpc_release(struct spk_synth *synth); 129 static const char *synth_immediate(struct spk_synth *synth, const char *buf); 130 static void do_catch_up(struct spk_synth *synth); 131 static void synth_flush(struct spk_synth *synth); 213 static struct spk_synth synth_dec_pc = { 309 static void synth_flush(struct spk_synth *synth) in synth_flush() 374 static void do_catch_up(struct spk_synth *synth) in do_catch_up() 447 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() 461 static int synth_probe(struct spk_synth *synth) in synth_probe() [all …]
|
D | speakup_soft.c | 26 static int softsynth_probe(struct spk_synth *synth); 27 static void softsynth_release(struct spk_synth *synth); 28 static int softsynth_is_alive(struct spk_synth *synth); 29 static int softsynth_adjust(struct spk_synth *synth, struct st_var_header *var); 30 static unsigned char get_index(struct spk_synth *synth); 128 static struct spk_synth synth_soft = { 367 static unsigned char get_index(struct spk_synth *synth) in get_index() 394 static int softsynth_probe(struct spk_synth *synth) in softsynth_probe() 425 static void softsynth_release(struct spk_synth *synth) in softsynth_release() 434 static int softsynth_is_alive(struct spk_synth *synth) in softsynth_is_alive() [all …]
|
D | speakup_audptr.c | 19 static int synth_probe(struct spk_synth *synth); 20 static void synth_flush(struct spk_synth *synth); 92 static struct spk_synth synth_audptr = { 129 static void synth_flush(struct spk_synth *synth) in synth_flush() 136 static void synth_version(struct spk_synth *synth) in synth_version() 156 static int synth_probe(struct spk_synth *synth) in synth_probe()
|
D | speakup_dectlk.c | 32 static void do_catch_up(struct spk_synth *synth); 33 static void synth_flush(struct spk_synth *synth); 35 static unsigned char get_index(struct spk_synth *synth); 122 static struct spk_synth synth_dectlk = { 173 static unsigned char get_index(struct spk_synth *synth) in get_index() 209 static void do_catch_up(struct spk_synth *synth) in do_catch_up() 303 static void synth_flush(struct spk_synth *synth) in synth_flush()
|
D | speakup_decext.c | 36 static void do_catch_up(struct spk_synth *synth); 37 static void synth_flush(struct spk_synth *synth); 115 static struct spk_synth synth_decext = { 153 static void do_catch_up(struct spk_synth *synth) in do_catch_up() 227 static void synth_flush(struct spk_synth *synth) in synth_flush()
|
D | speakup_ltlk.c | 19 static int synth_probe(struct spk_synth *synth); 101 static struct spk_synth synth_ltlk = { 139 static void synth_interrogate(struct spk_synth *synth) in synth_interrogate() 160 static int synth_probe(struct spk_synth *synth) in synth_probe()
|
D | speakup_spkout.c | 19 static void synth_flush(struct spk_synth *synth); 92 static struct spk_synth synth_spkout = { 129 static void synth_flush(struct spk_synth *synth) in synth_flush()
|
D | speakup_acntsa.c | 20 static int synth_probe(struct spk_synth *synth); 89 static struct spk_synth synth_acntsa = { 126 static int synth_probe(struct spk_synth *synth) in synth_probe()
|
D | speakup_apollo.c | 25 static void do_catch_up(struct spk_synth *synth); 101 static struct spk_synth synth_apollo = { 138 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
|
D | speakup.h | 93 extern struct spk_synth *synth;
|
D | speakup_bns.c | 85 static struct spk_synth synth_bns = {
|
D | speakup_txprt.c | 90 static struct spk_synth synth_txprt = {
|
D | speakup_dummy.c | 105 static struct spk_synth synth_dummy = {
|