Home
last modified time | relevance | path

Searched refs:INLCR (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits-common.h15 #define INLCR 0x040 /* Map NL to CR on input */ macro
/openbmc/linux/drivers/usb/serial/
H A Dempeg.c96 | INLCR /* disable translate NL to CR */ in empeg_init_termios()
H A Dcypress_m8.c930 | INLCR /* disable translate NL to 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.h64 #define I_INLCR(tty) _I_FLAG((tty), INLCR)
/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/Documentation/networking/device_drivers/can/
H A Dcan327.rst73 --iflag -ICRNL,INLCR,-IXOFF \
/openbmc/linux/drivers/net/usb/
H A Dhso.c1053 | INLCR /* disable translate NL to CR */ in hso_init_termios()
/openbmc/qemu/linux-user/
H A Dstrace.c1375 FLAG_TARGET(INLCR),
H A Dsyscall.c5693 { TARGET_INLCR, TARGET_INLCR, INLCR, INLCR },