Searched refs:native_tty_poll_bottom (Results 1 – 3 of 3) sorted by relevance
65 int native_tty_poll_bottom(int fd);
242 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()
178 int native_tty_poll_bottom(int fd) in native_tty_poll_bottom() function