Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_native_tty_bottom.c59 ter->c_oflag &= ~(OPOST | ONLCR); 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.c204 ter.c_oflag &= ~OPOST; in np_uart_open_ptty()
/Zephyr-latest/tests/subsys/modem/backends/tty/src/
Dmain.c53 termios_p->c_oflag &= ~OPOST; in test_modem_backend_tty_cfmakeraw()