IXOFF            1477 drivers/tty/moxa.c 	if (ts->c_iflag & IXOFF)
IXOFF            1795 drivers/tty/moxa.c 	if (termio->c_iflag & (IXON | IXOFF | IXANY)) {
IXOFF            1626 drivers/tty/mxser.c 				if (iflag & (IXON | IXOFF))
IXOFF             475 drivers/tty/serial/8250/8250_omap.c 		if (termios->c_iflag & IXOFF) {
IXOFF             797 drivers/tty/serial/jsm/jsm_cls.c 	else if (ch->ch_c_iflag & IXOFF) {
IXOFF             233 drivers/tty/serial/jsm/jsm_neo.c 	if (ch->ch_c_iflag & IXOFF)
IXOFF            1064 drivers/tty/serial/jsm/jsm_neo.c 	else if (ch->ch_c_iflag & IXOFF) {
IXOFF             775 drivers/tty/serial/jsm/jsm_tty.c 		else if (ch->ch_c_iflag & IXOFF) {
IXOFF             813 drivers/tty/serial/jsm/jsm_tty.c 		else if (ch->ch_c_iflag & IXOFF && ch->ch_stops_sent) {
IXOFF             962 drivers/tty/serial/max310x.c 	if (termios->c_cflag & CRTSCTS || termios->c_iflag & IXOFF) {
IXOFF             979 drivers/tty/serial/max310x.c 	if (termios->c_iflag & IXOFF) {
IXOFF             989 drivers/tty/serial/max310x.c 	if (!(termios->c_cflag & CRTSCTS) && !(termios->c_iflag & IXOFF)) {
IXOFF            1071 drivers/tty/serial/omap-serial.c 		if (termios->c_iflag & IXOFF) {
IXOFF             370 drivers/tty/serial/rp2.c 	writeb((ifl & IXOFF) ? RP2_RX_SWFLOW_ena : RP2_RX_SWFLOW_dis,
IXOFF             939 drivers/tty/serial/sc16is7xx.c 	if (termios->c_iflag & IXOFF)
IXOFF            1495 drivers/tty/serial/serial_core.c 		iflag_mask |= IXANY|IXON|IXOFF;
IXOFF             394 drivers/usb/serial/belkin_sa.c 	if (((iflag ^ old_iflag) & (IXOFF | IXON)) ||
IXOFF             397 drivers/usb/serial/belkin_sa.c 		if ((iflag & IXOFF) || (iflag & IXON))
IXOFF             797 drivers/usb/serial/digi_acceleport.c 	if ((iflag & IXOFF) != (old_iflag & IXOFF) ||
IXOFF             800 drivers/usb/serial/digi_acceleport.c 		if (iflag & IXOFF)
IXOFF             503 drivers/usb/serial/kl5kusb105.c 	if ((iflag & IXOFF) != (old_iflag & IXOFF)
IXOFF             161 drivers/usb/serial/kobil_sct.c 	tty->termios.c_iflag |= IGNBRK | IGNPAR | IXOFF;
IXOFF             373 drivers/usb/serial/upd78f0730.c 		tty->termios.c_iflag &= ~(IXOFF | IXON);
IXOFF             141 include/linux/tty.h #define I_IXOFF(tty)	_I_FLAG((tty), IXOFF)