Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dtty_port.h128 #define TTY_PORT_ACTIVE 2 /* device is open */ macro
183 return test_bit(TTY_PORT_ACTIVE, &port->iflags); in tty_port_active()
188 assign_bit(TTY_PORT_ACTIVE, &port->iflags, val); in tty_port_set_active()