Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_native_tty_bottom.c54 ter->c_lflag &= ~(ICANON | ISIG | ECHO); in native_tty_termios_defaults_set()
239 ter.c_oflag != read_ter.c_oflag || ter.c_lflag != read_ter.c_lflag || in native_tty_configure_bottom()
Duart_native_ptty_bottom.c201 ter.c_lflag &= ~(ICANON | ISIG | IEXTEN | ECHO); in np_uart_open_ptty()
/Zephyr-latest/tests/subsys/modem/backends/tty/src/
Dmain.c54 termios_p->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in test_modem_backend_tty_cfmakeraw()