Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_native_tty_bottom.h76 int native_tty_open_tty_bottom(const char *pathname);
Duart_native_tty_bottom.c185 int native_tty_open_tty_bottom(const char *pathname) in native_tty_open_tty_bottom() function
Duart_native_tty.c354 data->fd = native_tty_open_tty_bottom(data->serial_port); in native_tty_serial_init()