Searched refs:IXOFF (Results 1 - 24 of 24) sorted by relevance

/linux-master/arch/powerpc/include/uapi/asm/
H A Dtermbits.h68 #define IXOFF 0x0400 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dtermbits.h90 #define IXOFF 0x1000 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dtermbits.h74 #define IXOFF 0x0400 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dtermbits.h63 #define IXOFF 0x1000 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dtermbits.h64 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF] */
65 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF] */
83 #define IXOFF 0x1000 /* Enable start/stop input control */ macro
/linux-master/include/uapi/asm-generic/
H A Dtermbits.h63 #define IXOFF 0x1000 macro
/linux-master/drivers/usb/serial/
H A Dkl5kusb105.c473 if ((iflag & IXOFF) != (old_iflag & IXOFF)
H A Dbelkin_sa.c376 if (((iflag ^ old_iflag) & (IXOFF | IXON)) ||
379 if ((iflag & IXOFF) || (iflag & IXON))
H A Dupd78f0730.c370 tty->termios.c_iflag &= ~(IXOFF | IXON);
H A Ddigi_acceleport.c776 if ((iflag & IXOFF) != (old_iflag & IXOFF) ||
779 if (iflag & IXOFF)
H A Dkobil_sct.c160 tty->termios.c_iflag |= IGNBRK | IGNPAR | IXOFF;
H A Dcp210x.c1128 iflag_change = ((a->c_iflag ^ b->c_iflag) & (INPCK | IXON | IXOFF));
1154 tty->termios.c_iflag &= ~(IXON | IXOFF);
1161 I_IXOFF(tty) == (old_termios->c_iflag & IXOFF) &&
/linux-master/drivers/tty/serial/jsm/
H A Djsm_tty.c766 * 2) SWFLOW (IXOFF) - Keep trying to send a stop character to
783 else if (ch->ch_c_iflag & IXOFF) {
804 * 2) SWFLOW (IXOFF) - Send a start character to
821 else if (ch->ch_c_iflag & IXOFF && ch->ch_stops_sent) {
H A Djsm_neo.c149 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting IXOFF FLOW\n");
233 if (ch->ch_c_iflag & IXOFF)
1047 else if (ch->ch_c_iflag & IXOFF) {
H A Djsm_cls.c195 /* Turn on RTS flow control, turn off IXOFF flow control */
233 /* Turn on IXOFF flow control, turn off RTS flow control */
274 /* Turn off IXOFF flow control, turn off RTS flow control */
772 else if (ch->ch_c_iflag & IXOFF) {
/linux-master/drivers/tty/serial/
H A Dmax310x.c963 if (termios->c_cflag & CRTSCTS || termios->c_iflag & IXOFF) {
980 if (termios->c_iflag & IXOFF) {
991 if (!(termios->c_cflag & CRTSCTS) && !(termios->c_iflag & IXOFF)) {
H A Drp2.c368 writeb((ifl & IXOFF) ? RP2_RX_SWFLOW_ena : RP2_RX_SWFLOW_dis,
H A Dsc16is7xx.c1079 if (termios->c_iflag & IXOFF)
H A Domap-serial.c989 * IXOFF Flag:
993 if (termios->c_iflag & IXOFF) {
H A Dserial_core.c1709 iflag_mask |= IXANY|IXON|IXOFF;
/linux-master/include/linux/
H A Dtty.h69 #define I_IXOFF(tty) _I_FLAG((tty), IXOFF)
/linux-master/drivers/tty/
H A Dmoxa.c1777 if (ts->c_iflag & IXOFF)
2095 if (termio->c_iflag & (IXON | IXOFF | IXANY)) {
H A Dn_gsm.c3520 tty->termios.c_iflag &= (IXON | IXOFF);
/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c505 * IXOFF Flag:
509 if (termios->c_iflag & IXOFF) {

Completed in 483 milliseconds