Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_buffer.c446 tty = port->itty; in flush_to_ldisc()
Dtty_port.c144 if (WARN_ON(port->itty)) in tty_port_destructor()
Dpty.c432 o_tty->port->itty = o_tty; in pty_common_install()
Dtty_io.c1545 tty->port->itty = tty; in tty_init_dev()
1698 tty->port->itty = NULL; in release_tty()
1700 tty->link->port->itty = NULL; in release_tty()
Dn_tty.c196 WARN_RATELIMIT(tty->port->itty == NULL, in n_tty_kick_worker()
/linux-4.1.27/include/linux/
Dtty.h224 struct tty_struct *itty; /* internal back ptr */ member