Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/
H A Dtty_ldisc.c428 WARN_ON(test_and_set_bit(TTY_LDISC_OPEN, &tty->flags)); in tty_ldisc_open()
434 clear_bit(TTY_LDISC_OPEN, &tty->flags); in tty_ldisc_open()
452 WARN_ON(!test_bit(TTY_LDISC_OPEN, &tty->flags)); in tty_ldisc_close()
453 clear_bit(TTY_LDISC_OPEN, &tty->flags); in tty_ldisc_close()
/linux-6.15/include/linux/
H A Dtty.h312 TTY_LDISC_OPEN, enumerator