Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/
Dtty_port.c31 tty = READ_ONCE(port->itty); in tty_port_default_receive_buf()
52 tty = READ_ONCE(port->itty); in tty_port_default_lookahead_buf()
291 if (WARN_ON(port->itty)) in tty_port_destructor()
Dtty_io.c1430 tty->port->itty = tty; in tty_init_dev()
1590 tty->port->itty = NULL; in release_tty()
1592 tty->link->port->itty = NULL; in release_tty()
Dpty.c414 o_tty->port->itty = o_tty; in pty_common_install()
Dn_tty.c210 WARN_RATELIMIT(tty->port->itty == NULL, in n_tty_kick_worker()
/linux-6.1.9/include/linux/
Dtty_port.h103 struct tty_struct *itty; member