Home
last modified time | relevance | path

Searched refs:spk_synth (Results 1 – 21 of 21) sorted by relevance

/linux-6.6.21/drivers/accessibility/speakup/
Dspk_priv.h37 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 …]
Dspk_ttyio.c15 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 …]
Dspk_types.h155 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 …]
Dserialio.c29 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 …]
Dsynth.c22 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 …]
Dspeakup_keypc.c26 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 …]
Dspeakup_acntpc.c27 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 …]
Dspeakup_dtlk.c26 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 …]
Dspeakup_decpc.c127 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 …]
Dspeakup_soft.c26 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 …]
Dspeakup_audptr.c19 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()
Dspeakup_dectlk.c32 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()
Dspeakup_decext.c36 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()
Dspeakup_ltlk.c19 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()
Dspeakup_spkout.c19 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()
Dspeakup_acntsa.c20 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()
Dspeakup_apollo.c25 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()
Dspeakup.h93 extern struct spk_synth *synth;
Dspeakup_bns.c85 static struct spk_synth synth_bns = {
Dspeakup_txprt.c90 static struct spk_synth synth_txprt = {
Dspeakup_dummy.c105 static struct spk_synth synth_dummy = {