Home
last modified time | relevance | path

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

/linux/drivers/accessibility/speakup/
A Dspk_types.h168 struct spk_synth { struct
191 int (*probe)(struct spk_synth *synth); argument
192 void (*release)(struct spk_synth *synth); argument
193 const char *(*synth_immediate)(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
200 unsigned char (*get_index)(struct spk_synth *synth); argument
210 * @__spk_synth: spk_synth struct argument

Completed in 4 milliseconds