Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H 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()
H A Dn_hdlc.c456 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_hdlc_tty_read()
687 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_hdlc_tty_poll()
H A Dn_tty.c2250 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_tty_read()
2468 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_tty_poll()
H A Dn_gsm.c2754 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in gsmld_poll()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h378 #define TTY_OTHER_CLOSED 2 /* Other side (if any) has closed */ macro
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dtty.rst223 TTY_OTHER_CLOSED Device is a pty and the other side has closed.