Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/speakup/
Dspk_types.h150 struct spk_synth { struct
168 int (*probe)(struct spk_synth *synth); argument
170 const char *(*synth_immediate)(struct spk_synth *synth, const char *buff); argument
171 void (*catch_up)(struct spk_synth *synth); argument
172 void (*flush)(struct spk_synth *synth); argument
173 int (*is_alive)(struct spk_synth *synth); argument
174 int (*synth_adjust)(struct st_var_header *var);
175 void (*read_buff_add)(u_char);
176 unsigned char (*get_index)(void);
177 struct synth_indexing indexing;
[all …]