Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/speakup/
Dspk_priv.h64 int spk_serial_synth_probe(struct spk_synth *synth);
65 const char *spk_synth_immediate(struct spk_synth *synth, const char *buff);
66 void spk_do_catch_up(struct spk_synth *synth);
67 void spk_synth_flush(struct spk_synth *synth);
68 int spk_synth_is_alive_nop(struct spk_synth *synth);
69 int spk_synth_is_alive_restart(struct spk_synth *synth);
73 int synth_add(struct spk_synth *in_synth);
74 void synth_remove(struct spk_synth *in_synth);
Dsynth.c21 static struct spk_synth *synths[MAXSYNTHS];
22 struct spk_synth *synth;
45 static int do_synth_init(struct spk_synth *in_synth);
47 int spk_serial_synth_probe(struct spk_synth *synth) in spk_serial_synth_probe()
82 void spk_do_catch_up(struct spk_synth *synth) in spk_do_catch_up()
148 const char *spk_synth_immediate(struct spk_synth *synth, const char *buff) in spk_synth_immediate()
165 void spk_synth_flush(struct spk_synth *synth) in spk_synth_flush()
171 int spk_synth_is_alive_nop(struct spk_synth *synth) in spk_synth_is_alive_nop()
178 int spk_synth_is_alive_restart(struct spk_synth *synth) in spk_synth_is_alive_restart()
351 struct spk_synth *synth = NULL; in synth_init()
[all …]
Dspeakup_acntpc.c40 static int synth_probe(struct spk_synth *synth);
42 static const char *synth_immediate(struct spk_synth *synth, const char *buf);
43 static void do_catch_up(struct spk_synth *synth);
44 static void synth_flush(struct spk_synth *synth);
107 static struct spk_synth synth_acntpc = {
152 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
174 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
253 static void synth_flush(struct spk_synth *synth) in synth_flush()
258 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_keypc.c39 static int synth_probe(struct spk_synth *synth);
41 static const char *synth_immediate(struct spk_synth *synth, const char *buf);
42 static void do_catch_up(struct spk_synth *synth);
43 static void synth_flush(struct spk_synth *synth);
98 static struct spk_synth synth_keypc = {
155 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
176 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
260 static void synth_flush(struct spk_synth *synth) in synth_flush()
265 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspk_types.h151 struct spk_synth { struct
169 int (*probe)(struct spk_synth *synth); argument
171 const char *(*synth_immediate)(struct spk_synth *synth, argument
173 void (*catch_up)(struct spk_synth *synth); argument
174 void (*flush)(struct spk_synth *synth); argument
175 int (*is_alive)(struct spk_synth *synth); argument
Dspeakup_audptr.c33 static int synth_probe(struct spk_synth *synth);
34 static void synth_flush(struct spk_synth *synth);
97 static struct spk_synth synth_audptr = {
132 static void synth_flush(struct spk_synth *synth) in synth_flush()
145 static void synth_version(struct spk_synth *synth) in synth_version()
163 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_dtlk.c39 static int synth_probe(struct spk_synth *synth);
41 static const char *synth_immediate(struct spk_synth *synth, const char *buf);
42 static void do_catch_up(struct spk_synth *synth);
43 static void synth_flush(struct spk_synth *synth);
121 static struct spk_synth synth_dtlk = {
192 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()
326 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_decpc.c142 static int synth_probe(struct spk_synth *synth);
144 static const char *synth_immediate(struct spk_synth *synth, const char *buf);
145 static void do_catch_up(struct spk_synth *synth);
146 static void synth_flush(struct spk_synth *synth);
213 static struct spk_synth synth_dec_pc = {
308 static void synth_flush(struct spk_synth *synth) in synth_flush()
373 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
445 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
459 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_decext.c53 static void do_catch_up(struct spk_synth *synth);
54 static void synth_flush(struct spk_synth *synth);
119 static struct spk_synth synth_decext = {
155 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.c33 static int synth_probe(struct spk_synth *synth);
104 static struct spk_synth synth_ltlk = {
140 static void synth_interrogate(struct spk_synth *synth) in synth_interrogate()
161 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_dectlk.c46 static void do_catch_up(struct spk_synth *synth);
47 static void synth_flush(struct spk_synth *synth);
121 static struct spk_synth synth_dectlk = {
205 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
292 static void synth_flush(struct spk_synth *synth) in synth_flush()
Dspeakup_spkout.c33 static void synth_flush(struct spk_synth *synth);
96 static struct spk_synth synth_spkout = {
131 static void synth_flush(struct spk_synth *synth) in synth_flush()
Dspeakup_acntsa.c33 static int synth_probe(struct spk_synth *synth);
92 static struct spk_synth synth_acntsa = {
127 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_soft.c38 static int softsynth_probe(struct spk_synth *synth);
40 static int softsynth_is_alive(struct spk_synth *synth);
124 static struct spk_synth synth_soft = {
317 static int softsynth_probe(struct spk_synth *synth) in softsynth_probe()
343 static int softsynth_is_alive(struct spk_synth *synth) in softsynth_is_alive()
Dspeakup_apollo.c38 static void do_catch_up(struct spk_synth *synth);
101 static struct spk_synth synth_apollo = {
136 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
Dspeakup_bns.c89 static struct spk_synth synth_bns = {
Dspeakup_dummy.c91 static struct spk_synth synth_dummy = {
Dspeakup_txprt.c89 static struct spk_synth synth_txprt = {
Dspeakup.h95 extern struct spk_synth *synth;