uart_match_port   916 drivers/tty/serial/8250/8250_core.c 		if (uart_match_port(&serial8250_ports[i].port, port))
uart_match_port  2985 drivers/tty/serial/serial_core.c EXPORT_SYMBOL(uart_match_port);
uart_match_port  1025 drivers/tty/serial/serial_txx9.c 		if (uart_match_port(&uart->port, port)) {
uart_match_port   414 include/linux/serial_core.h int uart_match_port(struct uart_port *port1, struct uart_port *port2);