Searched refs:esp32_uart_ports (Results 1 – 1 of 1) sorted by relevance
137 static struct esp32_port *esp32_uart_ports[UART_NR]; variable534 struct esp32_port *sport = esp32_uart_ports[co->index]; in esp32_uart_console_write()566 if (co->index == -1 || co->index >= ARRAY_SIZE(esp32_uart_ports)) in esp32_uart_console_setup()569 sport = esp32_uart_ports[co->index]; in esp32_uart_console_setup()585 struct esp32_port *sport = esp32_uart_ports[co->index]; in esp32_uart_console_exit()675 .nr = ARRAY_SIZE(esp32_uart_ports),729 esp32_uart_ports[port->line] = sport; in esp32_uart_probe()