Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/accessibility/speakup/
Dspk_ttyio.c117 static void spk_ttyio_send_xchar(char ch);
127 .send_xchar = spk_ttyio_send_xchar,
284 static void spk_ttyio_send_xchar(char ch) in spk_ttyio_send_xchar() function