c_iflag            28 arch/alpha/include/asm/termios.h 		*(unsigned short *)&k_termios->c_iflag = k_termio.c_iflag;	\
c_iflag            57 arch/alpha/include/asm/termios.h 	k_termio.c_iflag = k_termios->c_iflag;				\
c_iflag            19 arch/alpha/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            32 arch/alpha/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            45 arch/alpha/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            43 arch/alpha/include/uapi/asm/termios.h 	unsigned short c_iflag;		/* input mode flags */
c_iflag            33 arch/ia64/include/asm/termios.h 	SET_LOW_TERMIOS_BITS(termios, termio, c_iflag);		\
c_iflag            45 arch/ia64/include/asm/termios.h 	put_user((termios)->c_iflag, &(termio)->c_iflag);	\
c_iflag            22 arch/ia64/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            31 arch/ia64/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            42 arch/ia64/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            24 arch/ia64/include/uapi/asm/termios.h 	unsigned short c_iflag;		/* input mode flags */
c_iflag            38 arch/mips/include/asm/termios.h 	err = __get_user(iflag, &termio->c_iflag);
c_iflag            39 arch/mips/include/asm/termios.h 	termios->c_iflag = (termios->c_iflag & 0xffff0000) | iflag;
c_iflag            67 arch/mips/include/asm/termios.h 	err = __put_user(termios->c_iflag, &termio->c_iflag);
c_iflag            26 arch/mips/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            35 arch/mips/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            46 arch/mips/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            55 arch/mips/include/uapi/asm/termios.h 	unsigned short c_iflag;		/* input mode flags */
c_iflag            27 arch/parisc/include/asm/termios.h 	SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
c_iflag            39 arch/parisc/include/asm/termios.h 	put_user((termios)->c_iflag, &(termio)->c_iflag); \
c_iflag            13 arch/parisc/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            22 arch/parisc/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            33 arch/parisc/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            17 arch/parisc/include/uapi/asm/termios.h 	unsigned short c_iflag;		/* input mode flags */
c_iflag            24 arch/powerpc/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            37 arch/powerpc/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            55 arch/powerpc/include/uapi/asm/termios.h 	unsigned short c_iflag;		/* input mode flags */
c_iflag            23 arch/s390/include/uapi/asm/termios.h 	unsigned short c_iflag;		/* input mode flags */
c_iflag            34 arch/sparc/include/asm/termios.h 	err = get_user(tmp, &(termio)->c_iflag); \
c_iflag            35 arch/sparc/include/asm/termios.h 	(termios)->c_iflag = (0xffff0000 & ((termios)->c_iflag)) | tmp; \
c_iflag            54 arch/sparc/include/asm/termios.h 	err  = put_user((termios)->c_iflag, &(termio)->c_iflag); \
c_iflag            70 arch/sparc/include/asm/termios.h 	err  = get_user((k)->c_iflag, &(u)->c_iflag); \
c_iflag            91 arch/sparc/include/asm/termios.h 	err  = put_user((k)->c_iflag, &(u)->c_iflag); \
c_iflag           112 arch/sparc/include/asm/termios.h 	err  = get_user((k)->c_iflag, &(u)->c_iflag); \
c_iflag           131 arch/sparc/include/asm/termios.h 	err  = put_user((k)->c_iflag, &(u)->c_iflag); \
c_iflag            18 arch/sparc/include/uapi/asm/termbits.h 	unsigned short c_iflag;		/* input mode flags */
c_iflag            28 arch/sparc/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            42 arch/sparc/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            53 arch/sparc/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            39 arch/um/drivers/slip_user.c 	tios.c_iflag = IGNBRK | IGNPAR;
c_iflag            26 arch/xtensa/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            35 arch/xtensa/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            46 arch/xtensa/include/uapi/asm/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag          2294 drivers/char/pcmcia/synclink_cs.c 	    && (RELEVANT_IFLAG(tty->termios.c_iflag)
c_iflag          2295 drivers/char/pcmcia/synclink_cs.c 		== RELEVANT_IFLAG(old_termios->c_iflag)))
c_iflag          1282 drivers/isdn/capi/capi.c 	drv->init_termios.c_iflag = ICRNL;
c_iflag           301 drivers/mmc/core/sdio_uart.c 	if (termios->c_iflag & INPCK)
c_iflag           303 drivers/mmc/core/sdio_uart.c 	if (termios->c_iflag & (BRKINT | PARMRK))
c_iflag           310 drivers/mmc/core/sdio_uart.c 	if (termios->c_iflag & IGNPAR)
c_iflag           312 drivers/mmc/core/sdio_uart.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           318 drivers/mmc/core/sdio_uart.c 		if (termios->c_iflag & IGNPAR)
c_iflag          1051 drivers/net/usb/hso.c 	termios->c_iflag &=
c_iflag          1100 drivers/net/usb/hso.c 	tty->termios.c_iflag &= ~IXON; /* disable enable XON/XOFF flow control */
c_iflag          1206 drivers/s390/char/con3215.c 	driver->init_termios.c_iflag = IGNBRK | IGNPAR;
c_iflag           560 drivers/s390/char/sclp_tty.c 	driver->init_termios.c_iflag = IGNBRK | IGNPAR;
c_iflag           424 drivers/staging/isdn/gigaset/interface.c 	iflag = tty->termios.c_iflag;
c_iflag          1974 drivers/tty/cyclades.c 	iflag = tty->termios.c_iflag;
c_iflag           180 drivers/tty/hvc/hvcs.c 	.c_iflag = IGNBRK | IGNPAR,
c_iflag          1163 drivers/tty/isicom.c 			tty->termios.c_iflag == old_termios->c_iflag)
c_iflag          1475 drivers/tty/moxa.c 	if (ts->c_iflag & IXON)
c_iflag          1477 drivers/tty/moxa.c 	if (ts->c_iflag & IXOFF)
c_iflag          1479 drivers/tty/moxa.c 	if (ts->c_iflag & IXANY)
c_iflag          1795 drivers/tty/moxa.c 	if (termio->c_iflag & (IXON | IXOFF | IXANY)) {
c_iflag          1609 drivers/tty/mxser.c 					iflag = ip->normal_termios.c_iflag;
c_iflag          1613 drivers/tty/mxser.c 					iflag = tty->termios.c_iflag;
c_iflag          1956 drivers/tty/mxser.c 	if ((old_termios->c_iflag & IXON) && !I_IXON(tty)) {
c_iflag          1868 drivers/tty/n_tty.c 	if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow_stopped) {
c_iflag           268 drivers/tty/pty.c 		int old_flow = ((old_termios->c_iflag & IXON) &&
c_iflag           578 drivers/tty/pty.c 	pty_driver->init_termios.c_iflag = 0;
c_iflag           920 drivers/tty/pty.c 	ptm_driver->init_termios.c_iflag = 0;
c_iflag           130 drivers/tty/serdev/serdev-ttyport.c 	ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP |
c_iflag           225 drivers/tty/serial/21285.c 	termios->c_iflag &= ~(IGNBRK | BRKINT);
c_iflag           272 drivers/tty/serial/21285.c 	if (termios->c_iflag & INPCK)
c_iflag           279 drivers/tty/serial/21285.c 	if (termios->c_iflag & IGNPAR)
c_iflag           281 drivers/tty/serial/21285.c 	if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR)
c_iflag           370 drivers/tty/serial/8250/8250_mtk.c 	if ((termios->c_cflag & CRTSCTS) && (!(termios->c_iflag & CRTSCTS)))
c_iflag           372 drivers/tty/serial/8250/8250_mtk.c 	else if (termios->c_iflag & CRTSCTS)
c_iflag           387 drivers/tty/serial/8250/8250_omap.c 	if (termios->c_iflag & INPCK)
c_iflag           389 drivers/tty/serial/8250/8250_omap.c 	if (termios->c_iflag & (IGNBRK | PARMRK))
c_iflag           396 drivers/tty/serial/8250/8250_omap.c 	if (termios->c_iflag & IGNPAR)
c_iflag           398 drivers/tty/serial/8250/8250_omap.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           404 drivers/tty/serial/8250/8250_omap.c 		if (termios->c_iflag & IGNPAR)
c_iflag           475 drivers/tty/serial/8250/8250_omap.c 		if (termios->c_iflag & IXOFF) {
c_iflag          2607 drivers/tty/serial/8250/8250_port.c 	if (termios->c_iflag & INPCK)
c_iflag          2609 drivers/tty/serial/8250/8250_port.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag          2616 drivers/tty/serial/8250/8250_port.c 	if (termios->c_iflag & IGNPAR)
c_iflag          2618 drivers/tty/serial/8250/8250_port.c 	if (termios->c_iflag & IGNBRK) {
c_iflag          2624 drivers/tty/serial/8250/8250_port.c 		if (termios->c_iflag & IGNPAR)
c_iflag           428 drivers/tty/serial/amba-pl010.c 	if (termios->c_iflag & INPCK)
c_iflag           430 drivers/tty/serial/amba-pl010.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           437 drivers/tty/serial/amba-pl010.c 	if (termios->c_iflag & IGNPAR)
c_iflag           439 drivers/tty/serial/amba-pl010.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           445 drivers/tty/serial/amba-pl010.c 		if (termios->c_iflag & IGNPAR)
c_iflag          1917 drivers/tty/serial/amba-pl011.c 	if (termios->c_iflag & INPCK)
c_iflag          1919 drivers/tty/serial/amba-pl011.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag          1926 drivers/tty/serial/amba-pl011.c 	if (termios->c_iflag & IGNPAR)
c_iflag          1928 drivers/tty/serial/amba-pl011.c 	if (termios->c_iflag & IGNBRK) {
c_iflag          1934 drivers/tty/serial/amba-pl011.c 		if (termios->c_iflag & IGNPAR)
c_iflag           269 drivers/tty/serial/apbuart.c 	if (termios->c_iflag & INPCK)
c_iflag           274 drivers/tty/serial/apbuart.c 	if (termios->c_iflag & IGNPAR)
c_iflag          2186 drivers/tty/serial/atmel_serial.c 	if (termios->c_iflag & INPCK)
c_iflag          2188 drivers/tty/serial/atmel_serial.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag          2199 drivers/tty/serial/atmel_serial.c 	if (termios->c_iflag & IGNPAR)
c_iflag          2201 drivers/tty/serial/atmel_serial.c 	if (termios->c_iflag & IGNBRK) {
c_iflag          2207 drivers/tty/serial/atmel_serial.c 		if (termios->c_iflag & IGNPAR)
c_iflag           568 drivers/tty/serial/bcm63xx_uart.c 	if (new->c_iflag & INPCK) {
c_iflag           572 drivers/tty/serial/bcm63xx_uart.c 	if (new->c_iflag & (IGNBRK | BRKINT))
c_iflag           576 drivers/tty/serial/bcm63xx_uart.c 	if (new->c_iflag & IGNPAR)
c_iflag           578 drivers/tty/serial/bcm63xx_uart.c 	if (new->c_iflag & IGNBRK)
c_iflag           265 drivers/tty/serial/clps711x.c 	termios->c_iflag &= ~(BRKINT | IGNBRK);
c_iflag           302 drivers/tty/serial/clps711x.c 	if (termios->c_iflag & INPCK)
c_iflag           580 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	if (termios->c_iflag & INPCK)
c_iflag           582 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	if ((termios->c_iflag & BRKINT) || (termios->c_iflag & PARMRK))
c_iflag           589 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	if (termios->c_iflag & IGNPAR)
c_iflag           591 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           597 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		if (termios->c_iflag & IGNPAR)
c_iflag           298 drivers/tty/serial/digicolor-usart.c 	termios->c_iflag &= ~(BRKINT | IGNBRK);
c_iflag           326 drivers/tty/serial/digicolor-usart.c 	if (termios->c_iflag & INPCK)
c_iflag           622 drivers/tty/serial/dz.c 	if (termios->c_iflag & INPCK)
c_iflag           624 drivers/tty/serial/dz.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           629 drivers/tty/serial/dz.c 	if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK))
c_iflag           631 drivers/tty/serial/dz.c 	if (termios->c_iflag & IGNPAR)
c_iflag           633 drivers/tty/serial/dz.c 	if (termios->c_iflag & IGNBRK)
c_iflag           404 drivers/tty/serial/efm32-uart.c 	if (new->c_iflag & INPCK)
c_iflag           407 drivers/tty/serial/efm32-uart.c 	if (new->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           411 drivers/tty/serial/efm32-uart.c 	if (new->c_iflag & IGNPAR)
c_iflag           414 drivers/tty/serial/efm32-uart.c 	if (new->c_iflag & IGNBRK)
c_iflag           502 drivers/tty/serial/fsl_linflexuart.c 	if (termios->c_iflag & INPCK)
c_iflag           508 drivers/tty/serial/fsl_linflexuart.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           513 drivers/tty/serial/fsl_linflexuart.c 	if (termios->c_iflag & IGNPAR)
c_iflag           515 drivers/tty/serial/fsl_linflexuart.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           521 drivers/tty/serial/fsl_linflexuart.c 		if (termios->c_iflag & IGNPAR)
c_iflag          1727 drivers/tty/serial/fsl_lpuart.c 	if (termios->c_iflag & INPCK)
c_iflag          1729 drivers/tty/serial/fsl_lpuart.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag          1734 drivers/tty/serial/fsl_lpuart.c 	if (termios->c_iflag & IGNPAR)
c_iflag          1736 drivers/tty/serial/fsl_lpuart.c 	if (termios->c_iflag & IGNBRK) {
c_iflag          1742 drivers/tty/serial/fsl_lpuart.c 		if (termios->c_iflag & IGNPAR)
c_iflag          1942 drivers/tty/serial/fsl_lpuart.c 	if (termios->c_iflag & INPCK)
c_iflag          1944 drivers/tty/serial/fsl_lpuart.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag          1949 drivers/tty/serial/fsl_lpuart.c 	if (termios->c_iflag & IGNPAR)
c_iflag          1951 drivers/tty/serial/fsl_lpuart.c 	if (termios->c_iflag & IGNBRK) {
c_iflag          1957 drivers/tty/serial/fsl_lpuart.c 		if (termios->c_iflag & IGNPAR)
c_iflag          1103 drivers/tty/serial/icom.c 	iflag = termios->c_iflag;
c_iflag          1642 drivers/tty/serial/imx.c 	if (termios->c_iflag & INPCK)
c_iflag          1644 drivers/tty/serial/imx.c 	if (termios->c_iflag & (BRKINT | PARMRK))
c_iflag          1651 drivers/tty/serial/imx.c 	if (termios->c_iflag & IGNPAR)
c_iflag          1653 drivers/tty/serial/imx.c 	if (termios->c_iflag & IGNBRK) {
c_iflag          1659 drivers/tty/serial/imx.c 		if (termios->c_iflag & IGNPAR)
c_iflag           893 drivers/tty/serial/ip22zilog.c 	ip22zilog_convert_to_zs(up, termios->c_cflag, termios->c_iflag, brg);
c_iflag           245 drivers/tty/serial/jsm/jsm_tty.c 	channel->ch_c_iflag	= termios->c_iflag;
c_iflag           309 drivers/tty/serial/jsm/jsm_tty.c 	channel->ch_c_iflag	= termios->c_iflag;
c_iflag           422 drivers/tty/serial/lantiq.c 	iflag = new->c_iflag;
c_iflag           519 drivers/tty/serial/max3100.c 	if (termios->c_iflag & IGNPAR)
c_iflag           939 drivers/tty/serial/max310x.c 	if (termios->c_iflag & INPCK)
c_iflag           942 drivers/tty/serial/max310x.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           947 drivers/tty/serial/max310x.c 	if (termios->c_iflag & IGNBRK)
c_iflag           962 drivers/tty/serial/max310x.c 	if (termios->c_cflag & CRTSCTS || termios->c_iflag & IXOFF) {
c_iflag           976 drivers/tty/serial/max310x.c 	if (termios->c_iflag & IXON)
c_iflag           979 drivers/tty/serial/max310x.c 	if (termios->c_iflag & IXOFF) {
c_iflag           989 drivers/tty/serial/max310x.c 	if (!(termios->c_cflag & CRTSCTS) && !(termios->c_iflag & IXOFF)) {
c_iflag           325 drivers/tty/serial/meson_uart.c 	iflags = termios->c_iflag;
c_iflag           349 drivers/tty/serial/milbeaut_usio.c 	if (termios->c_iflag & INPCK)
c_iflag           353 drivers/tty/serial/milbeaut_usio.c 	if (termios->c_iflag & IGNPAR)
c_iflag           355 drivers/tty/serial/milbeaut_usio.c 	if ((termios->c_iflag & IGNBRK) && (termios->c_iflag & IGNPAR))
c_iflag          1309 drivers/tty/serial/msm_serial.c 	if (termios->c_iflag & INPCK)
c_iflag          1311 drivers/tty/serial/msm_serial.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           492 drivers/tty/serial/mvebu-uart.c 	if (termios->c_iflag & INPCK)
c_iflag           496 drivers/tty/serial/mvebu-uart.c 	if (termios->c_iflag & IGNPAR)
c_iflag           521 drivers/tty/serial/mvebu-uart.c 		termios->c_iflag &= INPCK | IGNPAR;
c_iflag           522 drivers/tty/serial/mvebu-uart.c 		termios->c_iflag |= old->c_iflag & ~(INPCK | IGNPAR);
c_iflag          1018 drivers/tty/serial/mxs-auart.c 	if (termios->c_iflag & INPCK)
c_iflag          1020 drivers/tty/serial/mxs-auart.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag          1027 drivers/tty/serial/mxs-auart.c 	if (termios->c_iflag & IGNPAR)
c_iflag          1029 drivers/tty/serial/mxs-auart.c 	if (termios->c_iflag & IGNBRK) {
c_iflag          1035 drivers/tty/serial/mxs-auart.c 		if (termios->c_iflag & IGNPAR)
c_iflag           904 drivers/tty/serial/omap-serial.c 	if (termios->c_iflag & INPCK)
c_iflag           906 drivers/tty/serial/omap-serial.c 	if (termios->c_iflag & (BRKINT | PARMRK))
c_iflag           913 drivers/tty/serial/omap-serial.c 	if (termios->c_iflag & IGNPAR)
c_iflag           915 drivers/tty/serial/omap-serial.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           921 drivers/tty/serial/omap-serial.c 		if (termios->c_iflag & IGNPAR)
c_iflag          1063 drivers/tty/serial/omap-serial.c 		if (termios->c_iflag & IXON)
c_iflag          1071 drivers/tty/serial/omap-serial.c 		if (termios->c_iflag & IXOFF) {
c_iflag          1082 drivers/tty/serial/omap-serial.c 		if (termios->c_iflag & IXANY)
c_iflag           391 drivers/tty/serial/owl-uart.c 	if (termios->c_iflag & INPCK)
c_iflag          1257 drivers/tty/serial/pmac_zilog.c 		pmz_convert_to_zs(uap, termios->c_cflag, termios->c_iflag, baud);
c_iflag          1262 drivers/tty/serial/pmac_zilog.c 		pmz_convert_to_zs(uap, termios->c_cflag, termios->c_iflag, baud);
c_iflag           482 drivers/tty/serial/pnx8xxx_uart.c 	if (termios->c_iflag & INPCK)
c_iflag           486 drivers/tty/serial/pnx8xxx_uart.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           494 drivers/tty/serial/pnx8xxx_uart.c 	if (termios->c_iflag & IGNPAR)
c_iflag           498 drivers/tty/serial/pnx8xxx_uart.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           505 drivers/tty/serial/pnx8xxx_uart.c 		if (termios->c_iflag & IGNPAR)
c_iflag           491 drivers/tty/serial/pxa.c 	if (termios->c_iflag & INPCK)
c_iflag           493 drivers/tty/serial/pxa.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           500 drivers/tty/serial/pxa.c 	if (termios->c_iflag & IGNPAR)
c_iflag           502 drivers/tty/serial/pxa.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           508 drivers/tty/serial/pxa.c 		if (termios->c_iflag & IGNPAR)
c_iflag           393 drivers/tty/serial/rp2.c 	__rp2_uart_set_termios(up, new->c_cflag, new->c_iflag, baud_div);
c_iflag           461 drivers/tty/serial/sa1100.c 	if (termios->c_iflag & INPCK)
c_iflag           464 drivers/tty/serial/sa1100.c 	if (termios->c_iflag & (BRKINT | PARMRK))
c_iflag           472 drivers/tty/serial/sa1100.c 	if (termios->c_iflag & IGNPAR)
c_iflag           475 drivers/tty/serial/sa1100.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           482 drivers/tty/serial/sa1100.c 		if (termios->c_iflag & IGNPAR)
c_iflag          1398 drivers/tty/serial/samsung.c 	if (termios->c_iflag & INPCK)
c_iflag          1405 drivers/tty/serial/samsung.c 	if (termios->c_iflag & IGNPAR)
c_iflag          1407 drivers/tty/serial/samsung.c 	if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR)
c_iflag           592 drivers/tty/serial/sb1250-duart.c 	if (termios->c_iflag & INPCK)
c_iflag           595 drivers/tty/serial/sb1250-duart.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           599 drivers/tty/serial/sb1250-duart.c 	if (termios->c_iflag & IGNPAR)
c_iflag           602 drivers/tty/serial/sb1250-duart.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           604 drivers/tty/serial/sb1250-duart.c 		if (termios->c_iflag & IGNPAR)
c_iflag           911 drivers/tty/serial/sc16is7xx.c 	if (termios->c_iflag & INPCK)
c_iflag           914 drivers/tty/serial/sc16is7xx.c 	if (termios->c_iflag & (BRKINT | PARMRK))
c_iflag           919 drivers/tty/serial/sc16is7xx.c 	if (termios->c_iflag & IGNBRK)
c_iflag           937 drivers/tty/serial/sc16is7xx.c 	if (termios->c_iflag & IXON)
c_iflag           939 drivers/tty/serial/sc16is7xx.c 	if (termios->c_iflag & IXOFF)
c_iflag           696 drivers/tty/serial/sccnxp.c 	if (termios->c_iflag & INPCK)
c_iflag           698 drivers/tty/serial/sccnxp.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           703 drivers/tty/serial/sccnxp.c 	if (termios->c_iflag & IGNBRK)
c_iflag           705 drivers/tty/serial/sccnxp.c 	if (termios->c_iflag & IGNPAR)
c_iflag          1377 drivers/tty/serial/serial-tegra.c 	if (termios->c_iflag & IGNBRK)
c_iflag          1510 drivers/tty/serial/serial_core.c 	    ((tty->termios.c_iflag ^ old_termios->c_iflag) & iflag_mask) == 0 &&
c_iflag           688 drivers/tty/serial/serial_txx9.c 	if (termios->c_iflag & INPCK)
c_iflag           690 drivers/tty/serial/serial_txx9.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           697 drivers/tty/serial/serial_txx9.c 	if (termios->c_iflag & IGNPAR)
c_iflag           699 drivers/tty/serial/serial_txx9.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           705 drivers/tty/serial/serial_txx9.c 		if (termios->c_iflag & IGNPAR)
c_iflag           652 drivers/tty/serial/sifive.c 	if (termios->c_iflag & (INPCK | PARMRK))
c_iflag           654 drivers/tty/serial/sifive.c 	if (termios->c_iflag & BRKINT)
c_iflag           742 drivers/tty/serial/sirfsoc_uart.c 		if (termios->c_iflag & INPCK)
c_iflag           746 drivers/tty/serial/sirfsoc_uart.c 		if (termios->c_iflag & INPCK)
c_iflag           749 drivers/tty/serial/sirfsoc_uart.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           752 drivers/tty/serial/sirfsoc_uart.c 		if (termios->c_iflag & IGNPAR)
c_iflag           770 drivers/tty/serial/sirfsoc_uart.c 		if (termios->c_iflag & IGNPAR)
c_iflag           777 drivers/tty/serial/sirfsoc_uart.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           780 drivers/tty/serial/sirfsoc_uart.c 		if (termios->c_iflag & IGNPAR)
c_iflag           832 drivers/tty/serial/sprd_serial.c 	if (termios->c_iflag & INPCK)
c_iflag           834 drivers/tty/serial/sprd_serial.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           839 drivers/tty/serial/sprd_serial.c 	if (termios->c_iflag & IGNPAR)
c_iflag           841 drivers/tty/serial/sprd_serial.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           847 drivers/tty/serial/sprd_serial.c 		if (termios->c_iflag & IGNPAR)
c_iflag           605 drivers/tty/serial/st-asc.c 	if (termios->c_iflag & INPCK)
c_iflag           607 drivers/tty/serial/st-asc.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           614 drivers/tty/serial/st-asc.c 	if (termios->c_iflag & IGNPAR)
c_iflag           616 drivers/tty/serial/st-asc.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           622 drivers/tty/serial/st-asc.c 		if (termios->c_iflag & IGNPAR)
c_iflag           796 drivers/tty/serial/stm32-usart.c 	if (termios->c_iflag & INPCK)
c_iflag           798 drivers/tty/serial/stm32-usart.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           803 drivers/tty/serial/stm32-usart.c 	if (termios->c_iflag & IGNPAR)
c_iflag           805 drivers/tty/serial/stm32-usart.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           811 drivers/tty/serial/stm32-usart.c 		if (termios->c_iflag & IGNPAR)
c_iflag           339 drivers/tty/serial/sunhv.c 	iflag = termios->c_iflag;
c_iflag           792 drivers/tty/serial/sunsab.c 	sunsab_convert_to_sab(up, termios->c_cflag, termios->c_iflag, baud, quot);
c_iflag           919 drivers/tty/serial/sunsu.c 	sunsu_change_speed(port, termios->c_cflag, termios->c_iflag, quot);
c_iflag           958 drivers/tty/serial/sunzilog.c 	sunzilog_convert_to_zs(up, termios->c_cflag, termios->c_iflag, brg);
c_iflag           316 drivers/tty/serial/uartlite.c 	if (termios->c_iflag & INPCK)
c_iflag           321 drivers/tty/serial/uartlite.c 	if (termios->c_iflag & IGNPAR)
c_iflag           925 drivers/tty/serial/ucc_uart.c 	if (termios->c_iflag & INPCK)
c_iflag           927 drivers/tty/serial/ucc_uart.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           934 drivers/tty/serial/ucc_uart.c 	if (termios->c_iflag & IGNPAR)
c_iflag           936 drivers/tty/serial/ucc_uart.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           942 drivers/tty/serial/ucc_uart.c 		if (termios->c_iflag & IGNPAR)
c_iflag           505 drivers/tty/serial/vr41xx_siu.c 	tcflag_t c_cflag, c_iflag;
c_iflag           544 drivers/tty/serial/vr41xx_siu.c 	c_iflag = new->c_iflag;
c_iflag           547 drivers/tty/serial/vr41xx_siu.c 	if (c_iflag & INPCK)
c_iflag           549 drivers/tty/serial/vr41xx_siu.c 	if (c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           553 drivers/tty/serial/vr41xx_siu.c 	if (c_iflag & IGNPAR)
c_iflag           555 drivers/tty/serial/vr41xx_siu.c 	if (c_iflag & IGNBRK) {
c_iflag           557 drivers/tty/serial/vr41xx_siu.c 		if (c_iflag & IGNPAR)
c_iflag           417 drivers/tty/serial/vt8500_serial.c 	if (termios->c_iflag & IGNPAR)
c_iflag           751 drivers/tty/serial/xilinx_uartps.c 	if (termios->c_iflag & INPCK)
c_iflag           755 drivers/tty/serial/xilinx_uartps.c 	if (termios->c_iflag & IGNPAR)
c_iflag           925 drivers/tty/serial/zs.c 	if (termios->c_iflag & INPCK)
c_iflag           927 drivers/tty/serial/zs.c 	if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
c_iflag           931 drivers/tty/serial/zs.c 	if (termios->c_iflag & IGNPAR)
c_iflag           933 drivers/tty/serial/zs.c 	if (termios->c_iflag & IGNBRK) {
c_iflag           935 drivers/tty/serial/zs.c 		if (termios->c_iflag & IGNPAR)
c_iflag           122 drivers/tty/tty_io.c 	.c_iflag = ICRNL | IXON,
c_iflag           251 drivers/tty/tty_ioctl.c 	NOSET_MASK(termios->c_iflag, old->c_iflag, locked->c_iflag);
c_iflag           532 drivers/tty/tty_ioctl.c 	termios->c_iflag = ICRNL | IXON;
c_iflag           536 drivers/tty/tty_ioctl.c 		termios->c_iflag = 0;
c_iflag           547 drivers/tty/tty_ioctl.c 		termios->c_iflag = 0;
c_iflag           107 drivers/tty/vcc.c 	.c_iflag = IGNBRK | IGNPAR,
c_iflag          3282 drivers/tty/vt/vt.c 		tty->termios.c_iflag |= IUTF8;
c_iflag          3284 drivers/tty/vt/vt.c 		tty->termios.c_iflag &= ~IUTF8;
c_iflag          3487 drivers/tty/vt/vt.c 		console_driver->init_termios.c_iflag |= IUTF8;
c_iflag           293 drivers/usb/serial/belkin_sa.c 	iflag = termios->c_iflag;
c_iflag           304 drivers/usb/serial/belkin_sa.c 	old_iflag = old_termios->c_iflag;
c_iflag           938 drivers/usb/serial/cypress_m8.c 		tty->termios.c_iflag /* input modes - */
c_iflag           679 drivers/usb/serial/digi_acceleport.c 	unsigned int iflag = tty->termios.c_iflag;
c_iflag           681 drivers/usb/serial/digi_acceleport.c 	unsigned int old_iflag = old_termios->c_iflag;
c_iflag          1119 drivers/usb/serial/digi_acceleport.c 		not_termios.c_iflag = ~tty->termios.c_iflag;
c_iflag            91 drivers/usb/serial/empeg.c 	termios->c_iflag
c_iflag           950 drivers/usb/serial/iuu_phoenix.c 	tty->termios.c_iflag = 0;
c_iflag           404 drivers/usb/serial/kl5kusb105.c 	unsigned int iflag = tty->termios.c_iflag;
c_iflag           405 drivers/usb/serial/kl5kusb105.c 	unsigned int old_iflag = old_termios->c_iflag;
c_iflag           160 drivers/usb/serial/kobil_sct.c 	tty->termios.c_iflag &= ~(ISIG | ICANON | ECHO | IEXTEN | XCASE);
c_iflag           161 drivers/usb/serial/kobil_sct.c 	tty->termios.c_iflag |= IGNBRK | IGNPAR | IXOFF;
c_iflag           856 drivers/usb/serial/mxuport.c 	    tty->termios.c_iflag == old_termios->c_iflag) {
c_iflag           577 drivers/usb/serial/pl2303.c 	ixon_change = ((a->c_iflag ^ b->c_iflag) & (IXON | IXANY)) ||
c_iflag           373 drivers/usb/serial/upd78f0730.c 		tty->termios.c_iflag &= ~(IXOFF | IXON);
c_iflag            20 include/asm-generic/termios-base.h 	if (get_user(tmp, &termio->c_iflag) < 0)
c_iflag            22 include/asm-generic/termios-base.h 	termios->c_iflag = (0xffff0000 & termios->c_iflag) | tmp;
c_iflag            54 include/asm-generic/termios-base.h 	if (put_user(termios->c_iflag, &termio->c_iflag) < 0 ||
c_iflag            25 include/asm-generic/termios.h 	if (get_user(tmp, &termio->c_iflag) < 0)
c_iflag            27 include/asm-generic/termios.h 	termios->c_iflag = (0xffff0000 & termios->c_iflag) | tmp;
c_iflag            59 include/asm-generic/termios.h 	if (put_user(termios->c_iflag, &termio->c_iflag) < 0 ||
c_iflag           124 include/linux/tty.h #define _I_FLAG(tty, f)	((tty)->termios.c_iflag & (f))
c_iflag            13 include/uapi/asm-generic/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            22 include/uapi/asm-generic/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            33 include/uapi/asm-generic/termbits.h 	tcflag_t c_iflag;		/* input mode flags */
c_iflag            24 include/uapi/asm-generic/termios.h 	unsigned short c_iflag;		/* input mode flags */