Searched refs:OPOST (Results 1 – 25 of 26) sorted by relevance
12
21 #define OPOST 0x01 /* Perform output processing */ macro
102 &= ~OPOST; /* disable postprocess output characters */ in empeg_init_termios()
936 &= ~OPOST; /* disable postprocess output char */ in cypress_set_termios()
81 driver->init_termios.c_oflag = OPOST | OCRNL | ONOCR | ONLRET; in ttynull_init()
248 rpmsg_tty_driver->init_termios.c_oflag &= ~(OPOST | ONLCR); in rpmsg_tty_init()
100 .c_oflag = OPOST,
614 termios->c_oflag |= OPOST | ONLCR; in set_sgflags()
126 .c_oflag = OPOST | ONLCR,
68 tty.c_oflag |= OPOST; in qemu_chr_set_echo_stdio()
143 tty.c_oflag &= ~OPOST; in tty_serial_init()
293 termios_p->c_oflag &= ~OPOST; in cfmakeraw()
200 ttyprintk_driver->init_termios.c_oflag = OPOST | OCRNL | ONOCR | ONLRET; in ttyprintk_init()
95 new.c_oflag |= OPOST; in generic_console_write()
132 ktermios.c_oflag &= ~OPOST; in ttyport_open()
316 tio.c_oflag &= ~OPOST; in enter_raw_mode()
232 tio.c_oflag &= ~OPOST; in enter_raw_mode()
1175 tio.c_oflag &= ~OPOST; in enter_raw_mode()
74 #define O_OPOST(tty) _O_FLAG((tty), OPOST)
224 ti.c_oflag &= ~(OPOST); in ipmi_serial_term_open()
278 ti.c_oflag &= ~(OPOST); in serial_bm_open()
193 term.c_oflag = OPOST | ONLCR; in os_tty_raw()
183 .c_oflag = OPOST,
1286 drv->init_termios.c_oflag = OPOST | ONLCR; in capinc_tty_init()
1059 termios->c_oflag &= ~OPOST; in hso_init_termios()
1388 FLAG_TARGET(OPOST),