Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dpty.c66 set_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_close()
70 set_bit(TTY_OTHER_CLOSED, &tty->flags); in pty_close()
245 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in pty_open()
253 clear_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_open()
Dn_hdlc.c429 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_hdlc_tty_read()
644 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_hdlc_tty_poll()
Dn_tty.c2202 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_tty_read()
2418 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_tty_poll()
/Linux-v5.10/include/linux/
Dtty.h367 #define TTY_OTHER_CLOSED 2 /* Other side (if any) has closed */ macro
/Linux-v5.10/Documentation/driver-api/serial/
Dtty.rst223 TTY_OTHER_CLOSED Device is a pty and the other side has closed.