ONLCR
drv->init_termios.c_oflag = OPOST | ONLCR;
driver->init_termios.c_oflag = ONLCR;
driver->init_termios.c_oflag = ONLCR;
rpmsg_tty_driver->init_termios.c_oflag &= ~(OPOST | ONLCR);
.c_oflag = OPOST | ONLCR,
termios->c_oflag |= OPOST | ONLCR;
tty->termios.c_oflag &= ~ONLCR;
#define O_ONLCR(tty) _O_FLAG((tty), ONLCR)