Searched refs:TTY_OTHER_CLOSED (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/tty/ |
| H A D | pty.c | 65 set_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_close() 69 set_bit(TTY_OTHER_CLOSED, &tty->flags); in pty_close() 224 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in pty_open() 232 clear_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_open()
|
| H A D | n_hdlc.c | 441 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_hdlc_tty_read() 654 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_hdlc_tty_poll()
|
| H A D | n_tty.c | 2140 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_tty_wait_for_input() 2449 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_tty_poll()
|
| H A D | n_gsm.c | 3820 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in gsmld_poll()
|
| /linux/include/linux/ |
| H A D | tty.h | 309 TTY_OTHER_CLOSED, enumerator
|