Lines Matching refs:spk_synth
22 struct spk_synth *synth;
45 static int do_synth_init(struct spk_synth *in_synth);
54 static void _spk_do_catch_up(struct spk_synth *synth, int unicode) in _spk_do_catch_up()
126 void spk_do_catch_up(struct spk_synth *synth) in spk_do_catch_up()
132 void spk_do_catch_up_unicode(struct spk_synth *synth) in spk_do_catch_up_unicode()
138 void spk_synth_flush(struct spk_synth *synth) in spk_synth_flush()
145 unsigned char spk_synth_get_index(struct spk_synth *synth) in spk_synth_get_index()
151 int spk_synth_is_alive_nop(struct spk_synth *synth) in spk_synth_is_alive_nop()
158 int spk_synth_is_alive_restart(struct spk_synth *synth) in spk_synth_is_alive_restart()
359 struct spk_synth *tmp, *synth = NULL; in synth_init()
389 static int do_synth_init(struct spk_synth *in_synth) in do_synth_init()
451 int synth_add(struct spk_synth *in_synth) in synth_add()
454 struct spk_synth *tmp; in synth_add()
476 void synth_remove(struct spk_synth *in_synth) in synth_remove()
487 struct spk_synth *synth_current(void) in synth_current()