Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_native_ptty_bottom.h25 int np_uart_open_ptty(const char *uart_name, const char *auto_attach_cmd,
Duart_native_ptty.c92 int tty_fn = np_uart_open_ptty(dev->name, auto_attach_cmd, auto_attach, wait_pts); in np_uart_0_init()
116 tty_fn = np_uart_open_ptty(dev->name, NULL, false, wait_pts); in np_uart_1_init()
Duart_native_ptty_bottom.c135 int np_uart_open_ptty(const char *uart_name, const char *auto_attach_cmd, in np_uart_open_ptty() function