Home
last modified time | relevance | path

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

/linux/drivers/tty/
A Dpty.c66 set_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_close()
70 set_bit(TTY_OTHER_CLOSED, &tty->flags); in pty_close()
235 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in pty_open()
243 clear_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_open()
A Dn_hdlc.c459 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_hdlc_tty_read()
690 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_hdlc_tty_poll()
A Dn_tty.c2155 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_tty_read()
2373 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_tty_poll()
/linux/include/linux/
A Dtty.h227 #define TTY_OTHER_CLOSED 2 /* Other side (if any) has closed */ macro
/linux/Documentation/driver-api/serial/
A Dtty.rst223 TTY_OTHER_CLOSED Device is a pty and the other side has closed.

Completed in 12 milliseconds