Home
last modified time | relevance | path

Searched refs:itty (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_port.c29 tty = READ_ONCE(port->itty); in tty_port_default_receive_buf()
50 tty = READ_ONCE(port->itty); in tty_port_default_lookahead_buf()
289 if (WARN_ON(port->itty)) in tty_port_destructor()
H A Dtty_io.c1431 tty->port->itty = tty; in tty_init_dev()
1591 tty->port->itty = NULL; in release_tty()
1593 tty->link->port->itty = NULL; in release_tty()
H A Dpty.c414 o_tty->port->itty = o_tty; in pty_common_install()
H A Dn_tty.c207 WARN_RATELIMIT(tty->port->itty == NULL, in n_tty_kick_worker()
208 "scheduling with invalid itty\n"); in n_tty_kick_worker()
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_port.c31 tty = READ_ONCE(port->itty); in tty_port_default_receive_buf()
259 if (WARN_ON(port->itty)) in tty_port_destructor()
H A Dtty_io.c1442 tty->port->itty = tty; in tty_init_dev()
1602 tty->port->itty = NULL; in release_tty()
1604 tty->link->port->itty = NULL; in release_tty()
H A Dpty.c425 o_tty->port->itty = o_tty; in pty_common_install()
H A Dn_tty.c208 WARN_RATELIMIT(tty->port->itty == NULL, in n_tty_kick_worker()
209 "scheduling with invalid itty\n"); in n_tty_kick_worker()
/kernel/linux/linux-6.6/include/linux/
H A Dtty_port.h57 * @itty: internal back pointer to &struct tty_struct. Avoid this. It should be
104 struct tty_struct *itty; member
/kernel/linux/linux-5.10/include/linux/
H A Dtty.h209 struct tty_struct *itty; /* internal back ptr */ member

Completed in 21 milliseconds