Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dtty.h260 #define TTY_PORT_ACTIVE 2 /* device is open */ macro
629 return test_bit(TTY_PORT_ACTIVE, &port->iflags); in tty_port_active()
635 set_bit(TTY_PORT_ACTIVE, &port->iflags); in tty_port_set_active()
637 clear_bit(TTY_PORT_ACTIVE, &port->iflags); in tty_port_set_active()