Home
last modified time | relevance | path

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

/drivers/accessibility/speakup/
Dspk_types.h159 int (*synth_out_unicode)(struct spk_synth *synth, u16 ch); member
Dspk_ttyio.c126 .synth_out_unicode = spk_ttyio_out_unicode,
Dsynth.c97 ret = synth->io_ops->synth_out_unicode(synth, ch); in _spk_do_catch_up()