Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/speakup/
Dspk_priv.h39 int spk_wait_for_xmitr(struct spk_synth *in_synth);
55 int spk_serial_synth_probe(struct spk_synth *synth);
56 int spk_ttyio_synth_probe(struct spk_synth *synth);
57 const char *spk_serial_synth_immediate(struct spk_synth *synth,
59 const char *spk_ttyio_synth_immediate(struct spk_synth *synth,
61 void spk_do_catch_up(struct spk_synth *synth);
62 void spk_do_catch_up_unicode(struct spk_synth *synth);
63 void spk_synth_flush(struct spk_synth *synth);
64 unsigned char spk_synth_get_index(struct spk_synth *synth);
65 int spk_synth_is_alive_nop(struct spk_synth *synth);
[all …]
Dspk_types.h150 struct spk_synth;
153 int (*synth_out)(struct spk_synth *synth, const char ch);
154 int (*synth_out_unicode)(struct spk_synth *synth, u16 ch);
162 struct spk_synth { struct
184 int (*probe)(struct spk_synth *synth); argument
186 const char *(*synth_immediate)(struct spk_synth *synth, argument
188 void (*catch_up)(struct spk_synth *synth); argument
189 void (*flush)(struct spk_synth *synth); argument
190 int (*is_alive)(struct spk_synth *synth); argument
193 unsigned char (*get_index)(struct spk_synth *synth); argument
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()
358 struct spk_synth *tmp, *synth = NULL; in synth_init()
[all …]
Dspeakup_keypc.c26 static int synth_probe(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);
85 static struct spk_synth synth_keypc = {
143 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
164 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
249 static void synth_flush(struct spk_synth *synth) in synth_flush()
254 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspk_ttyio.c17 static struct spk_synth *spk_ttyio_synth;
36 static int get_dev_to_use(struct spk_synth *synth, dev_t *dev_no) in get_dev_to_use()
112 static int spk_ttyio_out(struct spk_synth *in_synth, const char ch);
113 static int spk_ttyio_out_unicode(struct spk_synth *in_synth, u16 ch);
139 static int spk_ttyio_initialise_ldisc(struct spk_synth *synth) in spk_ttyio_initialise_ldisc()
201 static int spk_ttyio_out(struct spk_synth *in_synth, const char ch) in spk_ttyio_out()
229 static int spk_ttyio_out_unicode(struct spk_synth *in_synth, u16 ch) in spk_ttyio_out_unicode()
340 int spk_ttyio_synth_probe(struct spk_synth *synth) in spk_ttyio_synth_probe()
370 const char *spk_ttyio_synth_immediate(struct spk_synth *synth, const char *buff) in spk_ttyio_synth_immediate()
Dspeakup_acntpc.c27 static int synth_probe(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);
94 static struct spk_synth synth_acntpc = {
140 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
162 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
242 static void synth_flush(struct spk_synth *synth) in synth_flush()
247 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_audptr.c19 static int synth_probe(struct spk_synth *synth);
20 static void synth_flush(struct spk_synth *synth);
83 static struct spk_synth synth_audptr = {
120 static void synth_flush(struct spk_synth *synth) in synth_flush()
127 static void synth_version(struct spk_synth *synth) in synth_version()
145 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_dtlk.c26 static int synth_probe(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);
109 static struct spk_synth synth_dtlk = {
181 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
237 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
252 static void synth_flush(struct spk_synth *synth) in synth_flush()
273 static struct synth_settings *synth_interrogate(struct spk_synth *synth) in synth_interrogate()
316 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_decpc.c127 static int synth_probe(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);
198 static struct spk_synth synth_dec_pc = {
294 static void synth_flush(struct spk_synth *synth) in synth_flush()
359 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
432 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
446 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);
107 static struct spk_synth synth_dectlk = {
157 static unsigned char get_index(struct spk_synth *synth) in get_index()
193 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
282 static void synth_flush(struct spk_synth *synth) in synth_flush()
Dspeakup_soft.c28 static int softsynth_probe(struct spk_synth *synth);
30 static int softsynth_is_alive(struct spk_synth *synth);
31 static unsigned char get_index(struct spk_synth *synth);
114 static struct spk_synth synth_soft = {
346 static unsigned char get_index(struct spk_synth *synth) in get_index()
373 static int softsynth_probe(struct spk_synth *synth) in softsynth_probe()
410 static int softsynth_is_alive(struct spk_synth *synth) in softsynth_is_alive()
Dspeakup_decext.c36 static void do_catch_up(struct spk_synth *synth);
37 static void synth_flush(struct spk_synth *synth);
102 static struct spk_synth synth_decext = {
140 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
214 static void synth_flush(struct spk_synth *synth) in synth_flush()
Dspeakup_ltlk.c19 static int synth_probe(struct spk_synth *synth);
90 static struct spk_synth synth_ltlk = {
128 static void synth_interrogate(struct spk_synth *synth) in synth_interrogate()
149 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dserialio.c29 static int spk_serial_out(struct spk_synth *in_synth, const char ch);
170 int spk_serial_synth_probe(struct spk_synth *synth) in spk_serial_synth_probe()
214 int spk_wait_for_xmitr(struct spk_synth *in_synth) in spk_wait_for_xmitr()
281 static int spk_serial_out(struct spk_synth *in_synth, const char ch) in spk_serial_out()
290 const char *spk_serial_synth_immediate(struct spk_synth *synth, in spk_serial_synth_immediate()
Dspeakup_acntsa.c20 static int synth_probe(struct spk_synth *synth);
79 static struct spk_synth synth_acntsa = {
116 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_spkout.c19 static void synth_flush(struct spk_synth *synth);
81 static struct spk_synth synth_spkout = {
118 static void synth_flush(struct spk_synth *synth) in synth_flush()
Dspeakup_apollo.c25 static void do_catch_up(struct spk_synth *synth);
88 static struct spk_synth synth_apollo = {
125 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
Dspeakup_bns.c76 static struct spk_synth synth_bns = {
Dspeakup_dummy.c79 static struct spk_synth synth_dummy = {
Dspeakup_txprt.c75 static struct spk_synth synth_txprt = {
Dspeakup.h94 extern struct spk_synth *synth;