Searched refs:speakup_tty (Results 1 – 1 of 1) sorted by relevance
18 static struct tty_struct *speakup_tty; variable52 speakup_tty = tty; in spk_ttyio_ldisc_open()60 speakup_tty->disc_data = ldisc_data; in spk_ttyio_ldisc_open()68 kfree(speakup_tty->disc_data); in spk_ttyio_ldisc_close()69 speakup_tty = NULL; in spk_ttyio_ldisc_close()202 if (in_synth->alive && speakup_tty && speakup_tty->ops->write) { in spk_ttyio_out()203 int ret = speakup_tty->ops->write(speakup_tty, &ch, 1); in spk_ttyio_out()263 if (check_tty(speakup_tty)) { in spk_ttyio_send_xchar()268 speakup_tty->ops->send_xchar(speakup_tty, ch); in spk_ttyio_send_xchar()275 if (check_tty(speakup_tty)) { in spk_ttyio_tiocmset()[all …]