Home
last modified time | relevance | path

Searched refs:esp32_port (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/tty/serial/
Desp32_uart.c92 struct esp32_port { struct
137 static struct esp32_port *esp32_uart_ports[UART_NR];
327 struct esp32_port *sport = container_of(port, struct esp32_port, port); in esp32_uart_startup()
355 struct esp32_port *sport = container_of(port, struct esp32_port, port); in esp32_uart_shutdown()
481 struct esp32_port *sport = container_of(port, struct esp32_port, port); in esp32_uart_poll_init()
534 struct esp32_port *sport = esp32_uart_ports[co->index]; in esp32_uart_console_write()
554 struct esp32_port *sport; in esp32_uart_console_setup()
585 struct esp32_port *sport = esp32_uart_ports[co->index]; in esp32_uart_console_exit()
683 struct esp32_port *sport; in esp32_uart_probe()