Home
last modified time | relevance | path

Searched refs:IGNCR (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits-common.h16 #define IGNCR 0x080 /* Ignore CR */ macro
/openbmc/linux/drivers/usb/serial/
H A Dempeg.c97 | IGNCR /* disable ignore CR */ in empeg_init_termios()
H A Dcypress_m8.c931 | IGNCR /* disable ignore CR */ in cypress_set_termios()
/openbmc/qemu/chardev/
H A Dchar-stdio.c67 | INLCR | IGNCR | ICRNL | IXON); in qemu_chr_set_echo_stdio()
H A Dchar-serial.c142 | INLCR | IGNCR | ICRNL | IXON); in tty_serial_init()
H A Dchar-pty.c292 ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in cfmakeraw()
/openbmc/qemu/qga/
H A Dchannel-posix.c191 INLCR | IGNCR | ICRNL | IXON | IXOFF | IXANY | in ga_channel_open()
/openbmc/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c131 INLCR | IGNCR | ICRNL | IXON); in ttyport_open()
/openbmc/ipmitool/lib/
H A Dipmi_isol.c310 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF)\ in enter_raw_mode()
H A Dipmi_tsol.c230 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
H A Dipmi_sol.c1170 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
/openbmc/linux/include/linux/
H A Dtty.h65 #define I_IGNCR(tty) _I_FLAG((tty), IGNCR)
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c216 ti.c_iflag &= ~(IGNBRK | IGNCR | INLCR | ICRNL | INPCK | ISTRIP in ipmi_serial_term_open()
H A Dserial_basic.c269 ti.c_iflag &= ~(IGNBRK | IGNCR | INLCR | ICRNL | INPCK | ISTRIP in serial_bm_open()
/openbmc/linux/drivers/net/usb/
H A Dhso.c1054 | IGNCR /* disable ignore CR */ in hso_init_termios()
/openbmc/qemu/linux-user/
H A Dstrace.c1376 FLAG_TARGET(IGNCR),
H A Dsyscall.c5696 { TARGET_IGNCR, TARGET_IGNCR, IGNCR, IGNCR },