sprd_port 135 drivers/tty/serial/sprd_serial.c static struct sprd_uart_port *sprd_port[UART_NR_MAX]; sprd_port 967 drivers/tty/serial/sprd_serial.c struct uart_port *port = &sprd_port[co->index]->port; sprd_port 998 drivers/tty/serial/sprd_serial.c sprd_uart_port = sprd_port[co->index]; sprd_port 1091 drivers/tty/serial/sprd_serial.c else if (ret >= ARRAY_SIZE(sprd_port) || sprd_port[ret] != NULL) { sprd_port 1105 drivers/tty/serial/sprd_serial.c sprd_port[sup->port.line] = NULL; sprd_port 1129 drivers/tty/serial/sprd_serial.c struct sprd_uart_port *u = sprd_port[uport->line]; sprd_port 1176 drivers/tty/serial/sprd_serial.c for (index = 0; index < ARRAY_SIZE(sprd_port); index++) sprd_port 1177 drivers/tty/serial/sprd_serial.c if (sprd_port[index] == NULL) sprd_port 1180 drivers/tty/serial/sprd_serial.c if (index == ARRAY_SIZE(sprd_port)) sprd_port 1185 drivers/tty/serial/sprd_serial.c sprd_port[index] = devm_kzalloc(&pdev->dev, sizeof(*sprd_port[index]), sprd_port 1187 drivers/tty/serial/sprd_serial.c if (!sprd_port[index]) sprd_port 1190 drivers/tty/serial/sprd_serial.c up = &sprd_port[index]->port; sprd_port 1220 drivers/tty/serial/sprd_serial.c ret = sprd_rx_alloc_buf(sprd_port[index]); sprd_port 1235 drivers/tty/serial/sprd_serial.c sprd_port[index] = NULL;