Home
last modified time | relevance | path

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

/openbmc/linux/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()
225 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in pty_open()
233 clear_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_open()
H A Dn_hdlc.c444 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_hdlc_tty_read()
664 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_hdlc_tty_poll()
H A Dn_tty.c2258 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_tty_read()
2478 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_tty_poll()
H A Dn_gsm.c3814 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in gsmld_poll()
/openbmc/linux/include/linux/
H A Dtty.h316 #define TTY_OTHER_CLOSED 2 macro