ch_c_iflag        205 drivers/tty/serial/jsm/jsm.h 	tcflag_t	ch_c_iflag;	/* channel iflags		*/
ch_c_iflag        381 drivers/tty/serial/jsm/jsm_cls.c 	if (ch->ch_c_iflag & IGNBRK)
ch_c_iflag        782 drivers/tty/serial/jsm/jsm_cls.c 	else if (ch->ch_c_iflag & IXON) {
ch_c_iflag        797 drivers/tty/serial/jsm/jsm_cls.c 	else if (ch->ch_c_iflag & IXOFF) {
ch_c_iflag        195 drivers/tty/serial/jsm/jsm_neo.c 	if (ch->ch_c_iflag & IXON)
ch_c_iflag        233 drivers/tty/serial/jsm/jsm_neo.c 	if (ch->ch_c_iflag & IXOFF)
ch_c_iflag        384 drivers/tty/serial/jsm/jsm_neo.c 	if (ch->ch_c_iflag & IGNBRK)
ch_c_iflag       1052 drivers/tty/serial/jsm/jsm_neo.c 	else if (ch->ch_c_iflag & IXON) {
ch_c_iflag       1064 drivers/tty/serial/jsm/jsm_neo.c 	else if (ch->ch_c_iflag & IXOFF) {
ch_c_iflag        245 drivers/tty/serial/jsm/jsm_tty.c 	channel->ch_c_iflag	= termios->c_iflag;
ch_c_iflag        309 drivers/tty/serial/jsm/jsm_tty.c 	channel->ch_c_iflag	= termios->c_iflag;
ch_c_iflag        775 drivers/tty/serial/jsm/jsm_tty.c 		else if (ch->ch_c_iflag & IXOFF) {
ch_c_iflag        813 drivers/tty/serial/jsm/jsm_tty.c 		else if (ch->ch_c_iflag & IXOFF && ch->ch_stops_sent) {