Searched refs:auto_attach_cmd (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/drivers/serial/ |
D | uart_native_ptty_bottom.c | 115 static void attach_to_tty(const char *slave_tty, const char *auto_attach_cmd) in attach_to_tty() argument 117 char command[strlen(auto_attach_cmd) + strlen(slave_tty) + 1]; in attach_to_tty() 119 sprintf(command, auto_attach_cmd, slave_tty); in attach_to_tty() 135 int np_uart_open_ptty(const char *uart_name, const char *auto_attach_cmd, in np_uart_open_ptty() argument 234 attach_to_tty(slave_pty_name, auto_attach_cmd); in np_uart_open_ptty()
|
D | uart_native_ptty_bottom.h | 25 int np_uart_open_ptty(const char *uart_name, const char *auto_attach_cmd,
|
D | uart_native_ptty.c | 46 static char *auto_attach_cmd = CONFIG_NATIVE_UART_AUTOATTACH_DEFAULT_CMD; variable 88 int tty_fn = np_uart_open_ptty(dev->name, auto_attach_cmd, auto_attach, wait_pts); in np_uart_0_init() 221 auto_attach_cmd = &argv[offset]; in auto_attach_cmd_cb()
|