ONLCR            1283 drivers/isdn/capi/capi.c 	drv->init_termios.c_oflag = OPOST | ONLCR;
ONLCR            1207 drivers/s390/char/con3215.c 	driver->init_termios.c_oflag = ONLCR;
ONLCR             561 drivers/s390/char/sclp_tty.c 	driver->init_termios.c_oflag = ONLCR;
ONLCR             969 drivers/staging/fwserial/fwserial.c 		tty->termios.c_oflag &= ~ONLCR;
ONLCR             123 drivers/tty/tty_io.c 	.c_oflag = OPOST | ONLCR,
ONLCR             544 drivers/tty/tty_ioctl.c 		termios->c_oflag |= OPOST | ONLCR;
ONLCR             163 drivers/usb/serial/kobil_sct.c 	tty->termios.c_oflag &= ~ONLCR;
ONLCR             147 include/linux/tty.h #define O_ONLCR(tty)	_O_FLAG((tty), ONLCR)