Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/modem/backend/
Dtty.h23 const char *tty_path; member
33 const char *tty_path; member
/Zephyr-latest/subsys/modem/backends/
Dmodem_backend_tty.c60 backend->tty_fd = open(backend->tty_path, (O_RDWR | O_NONBLOCK), 0644); in modem_backend_tty_open()
118 __ASSERT_NO_MSG(config->tty_path != NULL); in modem_backend_tty_init()
121 backend->tty_path = config->tty_path; in modem_backend_tty_init()
/Zephyr-latest/tests/subsys/modem/backends/tty/src/
Dmain.c104 .tty_path = secondary_name, in test_modem_backend_tty_setup()