Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_native_tty_bottom.h65 int native_tty_poll_bottom(int fd);
Duart_native_tty.c242 if (data->rx_irq_enabled && native_tty_poll_bottom(data->fd) == 1) { in native_tty_uart_irq_rx_ready()
283 int ret = native_tty_poll_bottom(data->fd); in native_tty_uart_irq_function()
Duart_native_tty_bottom.c178 int native_tty_poll_bottom(int fd) in native_tty_poll_bottom() function