Home
last modified time | relevance | path

Searched refs:IXON (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/linux/drivers/usb/serial/
H A Dempeg.c99 | IXON); /* disable enable XON/XOFF flow control */ in empeg_init_termios()
H A Dkl5kusb105.c474 || (iflag & IXON) != (old_iflag & IXON) in klsi_105_set_termios()
H A Dbelkin_sa.c376 if (((iflag ^ old_iflag) & (IXOFF | IXON)) || in belkin_sa_set_termios()
379 if ((iflag & IXOFF) || (iflag & IXON)) in belkin_sa_set_termios()
H A Ddigi_acceleport.c804 if ((iflag & IXON) != (old_iflag & IXON) || in digi_set_termios()
807 if (iflag & IXON) in digi_set_termios()
H A Dupd78f0730.c370 tty->termios.c_iflag &= ~(IXOFF | IXON); in upd78f0730_set_termios()
H A Dcp210x.c1129 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 Dipmi_tsol.c223 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 Dipmi_isol.c310 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF)\ in enter_raw_mode()
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h67 #define IXON 0x0200 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits.h62 #define IXON 0x0400 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h62 #define IXON 0x0400 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h73 #define IXON 0x0200 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h82 #define IXON 0x0400 /* Enable start/stop output control */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dtermbits.h79 #define IXON 0x0400 macro
/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/linux/drivers/tty/serial/jsm/
H A Djsm_neo.c195 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 Dtty.h68 #define I_IXON(tty) _I_FLAG((tty), IXON)
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c217 | IXON | IXOFF | IXANY); in ipmi_serial_term_open()
H A Dserial_basic.c270 | IXON | IXOFF | IXANY); in serial_bm_open()
/openbmc/linux/drivers/tty/
H A Dpty.c248 int old_flow = ((old_termios->c_iflag & IXON) && in pty_set_termios()
/openbmc/linux/drivers/tty/serial/
H A Drp2.c367 writeb((ifl & IXON) ? RP2_TX_SWFLOW_ena : RP2_TX_SWFLOW_dis, in __rp2_uart_set_termios()

12