Home
last modified time | relevance | path

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

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