Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_native_ptty.c39 static int np_uart_tty_poll_in(const struct device *dev,
58 .poll_in = np_uart_tty_poll_in,
69 .poll_in = np_uart_tty_poll_in,
193 static int __maybe_unused np_uart_tty_poll_in(const struct device *dev, unsigned char *p_char) in np_uart_tty_poll_in() function