Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/accessibility/speakup/
A 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);
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);
62 int spk_synth_is_alive_nop(struct spk_synth *synth);
72 int synth_add(struct spk_synth *in_synth);
73 void synth_remove(struct spk_synth *in_synth);
[all …]
A 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()
79 struct spk_synth *synth = ldisc_data->synth; in spk_ttyio_receive_buf2()
119 static unsigned char spk_ttyio_in(struct spk_synth *in_synth);
121 static void spk_ttyio_flush_buffer(struct spk_synth *in_synth);
122 static int spk_ttyio_wait_for_xmitr(struct spk_synth *in_synth);
144 static int spk_ttyio_initialise_ldisc(struct spk_synth *synth) in spk_ttyio_initialise_ldisc()
320 static unsigned char spk_ttyio_in(struct spk_synth *in_synth) in spk_ttyio_in()
332 static void spk_ttyio_flush_buffer(struct spk_synth *in_synth) in spk_ttyio_flush_buffer()
340 int spk_ttyio_synth_probe(struct spk_synth *synth) in spk_ttyio_synth_probe()
[all …]
A Dspk_types.h155 struct spk_synth;
162 unsigned char (*synth_in)(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
191 int (*probe)(struct spk_synth *synth); argument
192 void (*release)(struct spk_synth *synth); argument
195 void (*catch_up)(struct spk_synth *synth); argument
196 void (*flush)(struct spk_synth *synth); argument
197 int (*is_alive)(struct spk_synth *synth); argument
[all …]
A Dserialio.c29 static int spk_serial_out(struct spk_synth *in_synth, const char ch);
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);
172 int spk_serial_synth_probe(struct spk_synth *synth) in spk_serial_synth_probe()
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()
278 static void spk_serial_flush_buffer(struct spk_synth *in_synth) in spk_serial_flush_buffer()
292 const char *spk_serial_synth_immediate(struct spk_synth *synth, in spk_serial_synth_immediate()
[all …]
A Dsynth.c22 struct spk_synth *synth;
45 static int do_synth_init(struct spk_synth *in_synth);
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()
151 int spk_synth_is_alive_nop(struct spk_synth *synth) in spk_synth_is_alive_nop()
359 struct spk_synth *tmp, *synth = NULL; in synth_init()
451 int synth_add(struct spk_synth *in_synth) in synth_add()
454 struct spk_synth *tmp; in synth_add()
476 void synth_remove(struct spk_synth *in_synth) in synth_remove()
[all …]
A 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 …]
A 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 …]
A 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()
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()
326 static int synth_probe(struct spk_synth *synth) in synth_probe()
[all …]
A 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 …]
A 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 …]
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A Dspeakup.h93 extern struct spk_synth *synth;
A Dspeakup_bns.c85 static struct spk_synth synth_bns = {
A Dspeakup_txprt.c90 static struct spk_synth synth_txprt = {
A Dspeakup_dummy.c105 static struct spk_synth synth_dummy = {

Completed in 40 milliseconds