Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Desp32_uart.c491 static int esp32_uart_poll_get_char(struct uart_port *port) in esp32_uart_poll_get_char() function
516 .poll_get_char = esp32_uart_poll_get_char,
623 int c = esp32_uart_poll_get_char(&dev->port); in esp32_uart_earlycon_read()