sdio_uart_table    83 drivers/mmc/core/sdio_uart.c static struct sdio_uart_port *sdio_uart_table[UART_NR];
sdio_uart_table    97 drivers/mmc/core/sdio_uart.c 		if (!sdio_uart_table[index]) {
sdio_uart_table    99 drivers/mmc/core/sdio_uart.c 			sdio_uart_table[index] = port;
sdio_uart_table   117 drivers/mmc/core/sdio_uart.c 	port = sdio_uart_table[index];
sdio_uart_table   135 drivers/mmc/core/sdio_uart.c 	sdio_uart_table[port->index] = NULL;