Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_soft.c28 static int softsynth_is_alive(struct spk_synth *synth);
147 .is_alive = softsynth_is_alive,
434 static int softsynth_is_alive(struct spk_synth *synth) in softsynth_is_alive() function