Searched refs:speakup_tty (Results 1 – 1 of 1) sorted by relevance
18 static struct tty_struct *speakup_tty; variable50 if (tty != speakup_tty) in spk_ttyio_ldisc_open()71 kfree(speakup_tty->disc_data); in spk_ttyio_ldisc_close()72 speakup_tty = NULL; in spk_ttyio_ldisc_close()188 speakup_tty = tty; in spk_ttyio_initialise_ldisc()191 speakup_tty = NULL; in spk_ttyio_initialise_ldisc()225 if (in_synth->alive && speakup_tty && speakup_tty->ops->write) { in spk_ttyio_out()226 int ret = speakup_tty->ops->write(speakup_tty, &ch, 1); in spk_ttyio_out()287 if (check_tty(speakup_tty)) { in spk_ttyio_send_xchar()292 if (speakup_tty->ops->send_xchar) in spk_ttyio_send_xchar()[all …]