Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dtty_port.c143 if (WARN_ON(port->itty)) in tty_port_destructor()
Dtty_buffer.c454 tty = READ_ONCE(port->itty); in flush_to_ldisc()
Dtty_io.c1540 tty->port->itty = tty; in tty_init_dev()
1693 tty->port->itty = NULL; in release_tty()
1695 tty->link->port->itty = NULL; in release_tty()
Dpty.c437 o_tty->port->itty = o_tty; in pty_common_install()
Dn_tty.c196 WARN_RATELIMIT(tty->port->itty == NULL, in n_tty_kick_worker()
/linux-4.4.14/include/linux/
Dtty.h224 struct tty_struct *itty; /* internal back ptr */ member