lpuart_ports     2075 drivers/tty/serial/fsl_lpuart.c static struct lpuart_port *lpuart_ports[UART_NR];
lpuart_ports     2093 drivers/tty/serial/fsl_lpuart.c 	struct lpuart_port *sport = lpuart_ports[co->index];
lpuart_ports     2123 drivers/tty/serial/fsl_lpuart.c 	struct lpuart_port *sport = lpuart_ports[co->index];
lpuart_ports     2259 drivers/tty/serial/fsl_lpuart.c 	if (co->index == -1 || co->index >= ARRAY_SIZE(lpuart_ports))
lpuart_ports     2262 drivers/tty/serial/fsl_lpuart.c 	sport = lpuart_ports[co->index];
lpuart_ports     2368 drivers/tty/serial/fsl_lpuart.c 	.nr		= ARRAY_SIZE(lpuart_ports),
lpuart_ports     2435 drivers/tty/serial/fsl_lpuart.c 	if (ret >= ARRAY_SIZE(lpuart_ports)) {
lpuart_ports     2447 drivers/tty/serial/fsl_lpuart.c 	lpuart_ports[sport->port.line] = sport;