efm32_uart_ports  510 drivers/tty/serial/efm32-uart.c static struct efm32_uart_port *efm32_uart_ports[5];
efm32_uart_ports  533 drivers/tty/serial/efm32-uart.c 	struct efm32_uart_port *efm_port = efm32_uart_ports[co->index];
efm32_uart_ports  604 drivers/tty/serial/efm32-uart.c 	if (co->index < 0 || co->index >= ARRAY_SIZE(efm32_uart_ports)) {
efm32_uart_ports  606 drivers/tty/serial/efm32-uart.c 		for (i = 0; i < ARRAY_SIZE(efm32_uart_ports); ++i) {
efm32_uart_ports  607 drivers/tty/serial/efm32-uart.c 			if (efm32_uart_ports[i]) {
efm32_uart_ports  616 drivers/tty/serial/efm32-uart.c 	efm_port = efm32_uart_ports[co->index];
efm32_uart_ports  660 drivers/tty/serial/efm32-uart.c 	.nr = ARRAY_SIZE(efm32_uart_ports),
efm32_uart_ports  768 drivers/tty/serial/efm32-uart.c 	if (line >= 0 && line < ARRAY_SIZE(efm32_uart_ports))
efm32_uart_ports  769 drivers/tty/serial/efm32-uart.c 		efm32_uart_ports[line] = efm_port;
efm32_uart_ports  775 drivers/tty/serial/efm32-uart.c 		if (line >= 0 && line < ARRAY_SIZE(efm32_uart_ports))
efm32_uart_ports  776 drivers/tty/serial/efm32-uart.c 			efm32_uart_ports[line] = NULL;
efm32_uart_ports  797 drivers/tty/serial/efm32-uart.c 	if (line >= 0 && line < ARRAY_SIZE(efm32_uart_ports))
efm32_uart_ports  798 drivers/tty/serial/efm32-uart.c 		efm32_uart_ports[line] = NULL;