/openbmc/linux/drivers/usb/serial/ |
H A D | empeg.c | 99 | IXON); /* disable enable XON/XOFF flow control */ in empeg_init_termios()
|
H A D | kl5kusb105.c | 474 || (iflag & IXON) != (old_iflag & IXON) in klsi_105_set_termios()
|
H A D | belkin_sa.c | 376 if (((iflag ^ old_iflag) & (IXOFF | IXON)) || in belkin_sa_set_termios() 379 if ((iflag & IXOFF) || (iflag & IXON)) in belkin_sa_set_termios()
|
H A D | digi_acceleport.c | 804 if ((iflag & IXON) != (old_iflag & IXON) || in digi_set_termios() 807 if (iflag & IXON) in digi_set_termios()
|
H A D | upd78f0730.c | 370 tty->termios.c_iflag &= ~(IXOFF | IXON); in upd78f0730_set_termios()
|
H A D | cp210x.c | 1129 iflag_change = ((a->c_iflag ^ b->c_iflag) & (INPCK | IXON | IXOFF)); in cp210x_termios_change() 1155 tty->termios.c_iflag &= ~(IXON | IXOFF); in cp210x_set_flow_control() 1161 I_IXON(tty) == (old_termios->c_iflag & IXON) && in cp210x_set_flow_control()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_tsol.c | 223 tio.c_cflag &= ~(CSIZE | PARENB | IXON | IXOFF | IXANY); in enter_raw_mode() 224 tio.c_cflag |= (CS8 |CREAD) | (IXON|IXOFF|IXANY); in enter_raw_mode() 230 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
H A D | ipmi_isol.c | 310 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF)\ in enter_raw_mode()
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 67 #define IXON 0x0200 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 62 #define IXON 0x0400 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 62 #define IXON 0x0400 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 73 #define IXON 0x0200 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 82 #define IXON 0x0400 /* Enable start/stop output control */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | termbits.h | 79 #define IXON 0x0400 macro
|
/openbmc/qemu/chardev/ |
H A D | char-stdio.c | 67 | INLCR | IGNCR | ICRNL | IXON); in qemu_chr_set_echo_stdio()
|
H A D | char-serial.c | 142 | INLCR | IGNCR | ICRNL | IXON); in tty_serial_init()
|
H A D | char-pty.c | 292 ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in cfmakeraw()
|
/openbmc/qemu/qga/ |
H A D | channel-posix.c | 191 INLCR | IGNCR | ICRNL | IXON | IXOFF | IXANY | in ga_channel_open()
|
/openbmc/linux/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 131 INLCR | IGNCR | ICRNL | IXON); in ttyport_open()
|
/openbmc/linux/drivers/tty/serial/jsm/ |
H A D | jsm_neo.c | 195 if (ch->ch_c_iflag & IXON) in neo_set_no_input_flow_control() 1035 else if (ch->ch_c_iflag & IXON) { in neo_param()
|
/openbmc/linux/include/linux/ |
H A D | tty.h | 68 #define I_IXON(tty) _I_FLAG((tty), IXON)
|
/openbmc/ipmitool/src/plugins/serial/ |
H A D | serial_terminal.c | 217 | IXON | IXOFF | IXANY); in ipmi_serial_term_open()
|
H A D | serial_basic.c | 270 | IXON | IXOFF | IXANY); in serial_bm_open()
|
/openbmc/linux/drivers/tty/ |
H A D | pty.c | 248 int old_flow = ((old_termios->c_iflag & IXON) && in pty_set_termios()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | rp2.c | 367 writeb((ifl & IXON) ? RP2_TX_SWFLOW_ena : RP2_TX_SWFLOW_dis, in __rp2_uart_set_termios()
|