Home
last modified time | relevance | path

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

/linux/drivers/accessibility/speakup/
A Dspeakup_soft.c116 static struct spk_synth synth_soft = { variable
163 var = synth_soft.vars; in get_initstring()
184 if (synth_soft.alive) { in softsynth_open()
188 synth_soft.alive = 1; in softsynth_open()
198 synth_soft.alive = 0; in softsynth_close()
222 synth_soft.alive = 1; in softsynthx_read()
225 if (synth_current() == &synth_soft) { in softsynthx_read()
250 if (synth_current() != &synth_soft) in softsynthx_read()
348 if (synth_current() == &synth_soft && in softsynth_poll()
423 if (synth_soft.alive) in softsynth_is_alive()
[all …]

Completed in 10 milliseconds