Home
last modified time | relevance | path

Searched refs:OPOST (Results 1 – 10 of 10) sorted by relevance

/linux/include/uapi/asm-generic/
H A Dtermbits-common.h21 #define OPOST 0x01 /* Perform output processing */ macro
/linux/drivers/usb/serial/
H A Dempeg.c101 &= ~OPOST; /* disable postprocess output characters */ in empeg_init_termios()
H A Dcypress_m8.c933 &= ~OPOST; /* disable postprocess output char */ in cypress_set_termios()
/linux/drivers/tty/
H A Dttynull.c81 driver->init_termios.c_oflag = OPOST | OCRNL | ONOCR | ONLRET; in ttynull_init()
H A Drpmsg_tty.c248 rpmsg_tty_driver->init_termios.c_oflag &= ~(OPOST | ONLCR); in rpmsg_tty_init()
H A Dvcc.c100 .c_oflag = OPOST,
H A Dtty_ioctl.c602 termios->c_oflag |= OPOST | ONLCR; in set_sgflags()
/linux/drivers/char/
H A Dttyprintk.c200 ttyprintk_driver->init_termios.c_oflag = OPOST | OCRNL | ONOCR | ONLRET; in ttyprintk_init()
/linux/arch/um/drivers/
H A Dchan_user.c107 new.c_oflag |= OPOST; in generic_console_write()
/linux/drivers/tty/hvc/
H A Dhvcs.c183 .c_oflag = OPOST,