Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtty_port.h126 #define TTY_PORT_INITIALIZED 0 /* device is initialized */ macro
213 return test_bit(TTY_PORT_INITIALIZED, &port->iflags); in tty_port_initialized()
218 assign_bit(TTY_PORT_INITIALIZED, &port->iflags, val); in tty_port_set_initialized()
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_port.c3433 test_bit(TTY_PORT_INITIALIZED, &port->state->port.iflags) && in serial8250_console_write()

Completed in 10 milliseconds