serial8250_ports  397 drivers/tty/serial/8250/8250_core.c static struct uart_8250_port serial8250_ports[UART_NR];
serial8250_ports  413 drivers/tty/serial/8250/8250_core.c 	return &serial8250_ports[line];
serial8250_ports  509 drivers/tty/serial/8250/8250_core.c 		struct uart_8250_port *up = &serial8250_ports[i];
serial8250_ports  536 drivers/tty/serial/8250/8250_core.c 	for (i = 0, up = serial8250_ports;
serial8250_ports  564 drivers/tty/serial/8250/8250_core.c 		struct uart_8250_port *up = &serial8250_ports[i];
serial8250_ports  584 drivers/tty/serial/8250/8250_core.c 	struct uart_8250_port *up = &serial8250_ports[co->index];
serial8250_ports  601 drivers/tty/serial/8250/8250_core.c 	port = &serial8250_ports[co->index].port;
serial8250_ports  645 drivers/tty/serial/8250/8250_core.c 		struct uart_port *port = &serial8250_ports[i].port;
serial8250_ports  710 drivers/tty/serial/8250/8250_core.c 	if (port->line >= ARRAY_SIZE(serial8250_ports) || nr_uarts == 0)
serial8250_ports  714 drivers/tty/serial/8250/8250_core.c 	p = &serial8250_ports[port->line].port;
serial8250_ports  750 drivers/tty/serial/8250/8250_core.c 	struct uart_8250_port *up = &serial8250_ports[line];
serial8250_ports  773 drivers/tty/serial/8250/8250_core.c 	struct uart_8250_port *up = &serial8250_ports[line];
serial8250_ports  849 drivers/tty/serial/8250/8250_core.c 		struct uart_8250_port *up = &serial8250_ports[i];
serial8250_ports  862 drivers/tty/serial/8250/8250_core.c 		struct uart_8250_port *up = &serial8250_ports[i];
serial8250_ports  876 drivers/tty/serial/8250/8250_core.c 		struct uart_8250_port *up = &serial8250_ports[i];
serial8250_ports  916 drivers/tty/serial/8250/8250_core.c 		if (uart_match_port(&serial8250_ports[i].port, port))
serial8250_ports  917 drivers/tty/serial/8250/8250_core.c 			return &serial8250_ports[i];
serial8250_ports  921 drivers/tty/serial/8250/8250_core.c 	if (i < nr_uarts && serial8250_ports[i].port.type == PORT_UNKNOWN &&
serial8250_ports  922 drivers/tty/serial/8250/8250_core.c 			serial8250_ports[i].port.iobase == 0)
serial8250_ports  923 drivers/tty/serial/8250/8250_core.c 		return &serial8250_ports[i];
serial8250_ports  930 drivers/tty/serial/8250/8250_core.c 		if (serial8250_ports[i].port.type == PORT_UNKNOWN &&
serial8250_ports  931 drivers/tty/serial/8250/8250_core.c 		    serial8250_ports[i].port.iobase == 0)
serial8250_ports  932 drivers/tty/serial/8250/8250_core.c 			return &serial8250_ports[i];
serial8250_ports  939 drivers/tty/serial/8250/8250_core.c 		if (serial8250_ports[i].port.type == PORT_UNKNOWN)
serial8250_ports  940 drivers/tty/serial/8250/8250_core.c 			return &serial8250_ports[i];
serial8250_ports 1117 drivers/tty/serial/8250/8250_core.c 	struct uart_8250_port *uart = &serial8250_ports[line];