Home
last modified time | relevance | path

Searched refs:TTY_LDISC_OPEN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ldisc.c459 WARN_ON(test_and_set_bit(TTY_LDISC_OPEN, &tty->flags)); in tty_ldisc_open()
465 clear_bit(TTY_LDISC_OPEN, &tty->flags); in tty_ldisc_open()
485 WARN_ON(!test_bit(TTY_LDISC_OPEN, &tty->flags)); in tty_ldisc_close()
486 clear_bit(TTY_LDISC_OPEN, &tty->flags); in tty_ldisc_close()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h381 #define TTY_LDISC_OPEN 11 /* Line discipline is open */ macro