Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtty.h258 #define TTY_PORT_ACTIVE 2 /* device is open */ macro
613 return test_bit(TTY_PORT_ACTIVE, &port->iflags); in tty_port_active()
619 set_bit(TTY_PORT_ACTIVE, &port->iflags); in tty_port_set_active()
621 clear_bit(TTY_PORT_ACTIVE, &port->iflags); in tty_port_set_active()