Lines Matching defs:console_port
1216 static struct uart_port *console_port;
1227 struct uart_port *port = console_port;
1272 struct uart_port *port = console_port;
1613 * If register_console() don't assign value, then console_port pointer
1616 if (!console_port) {
1618 console_port = port;
1631 if (console_port == port &&
1633 console_port = NULL;
1689 if (console_port == port)
1690 console_port = NULL;