Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty_port.h127 #define TTY_PORT_INITIALIZED 0 /* device is initialized */ macro
214 return test_bit(TTY_PORT_INITIALIZED, &port->iflags); in tty_port_initialized()
219 assign_bit(TTY_PORT_INITIALIZED, &port->iflags, val); in tty_port_set_initialized()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c3437 test_bit(TTY_PORT_INITIALIZED, &port->state->port.iflags) && in serial8250_console_write()