Lines Matching defs:console_port
1204 static struct uart_port *console_port;
1215 struct uart_port *port = console_port;
1260 struct uart_port *port = console_port;
1583 * If register_console() don't assign value, then console_port pointer
1586 if (!console_port) {
1588 console_port = port;
1601 if (console_port == port &&
1603 console_port = NULL;
1660 if (console_port == port)
1661 console_port = NULL;