Symbol: INPCK
drivers/mmc/core/sdio_uart.c
286
if (termios->c_iflag & INPCK)
drivers/tty/serial/21285.c
286
if (termios->c_iflag & INPCK)
drivers/tty/serial/8250/8250_omap.c
402
if (termios->c_iflag & INPCK)
drivers/tty/serial/8250/8250_port.c
2689
if (termios->c_iflag & INPCK)
drivers/tty/serial/amba-pl010.c
396
if (termios->c_iflag & INPCK)
drivers/tty/serial/amba-pl011.c
2126
if (termios->c_iflag & INPCK)
drivers/tty/serial/apbuart.c
235
if (termios->c_iflag & INPCK)
drivers/tty/serial/atmel_serial.c
2163
if (termios->c_iflag & INPCK)
drivers/tty/serial/bcm63xx_uart.c
534
if (new->c_iflag & INPCK) {
drivers/tty/serial/clps711x.c
298
if (termios->c_iflag & INPCK)
drivers/tty/serial/cpm_uart.c
546
if (termios->c_iflag & INPCK)
drivers/tty/serial/digicolor-usart.c
326
if (termios->c_iflag & INPCK)
drivers/tty/serial/dz.c
648
if (termios->c_iflag & INPCK)
drivers/tty/serial/fsl_linflexuart.c
482
if (termios->c_iflag & INPCK)
drivers/tty/serial/fsl_lpuart.c
2094
if (termios->c_iflag & INPCK)
drivers/tty/serial/fsl_lpuart.c
2339
if (termios->c_iflag & INPCK)
drivers/tty/serial/icom.c
1421
if (iflag & INPCK)
drivers/tty/serial/imx.c
1818
if (termios->c_iflag & INPCK)
drivers/tty/serial/ip22zilog.c
847
if (iflag & INPCK)
drivers/tty/serial/lantiq.c
429
if (iflag & INPCK)
drivers/tty/serial/ma35d1_serial.c
447
if (termios->c_iflag & INPCK)
drivers/tty/serial/max310x.c
976
if (termios->c_iflag & INPCK)
drivers/tty/serial/meson_uart.c
396
if (iflags & INPCK)
drivers/tty/serial/milbeaut_usio.c
345
if (termios->c_iflag & INPCK)
drivers/tty/serial/msm_serial.c
1341
if (termios->c_iflag & INPCK)
drivers/tty/serial/mvebu-uart.c
546
if (termios->c_iflag & INPCK)
drivers/tty/serial/mvebu-uart.c
578
termios->c_iflag &= INPCK | IGNPAR;
drivers/tty/serial/mvebu-uart.c
579
termios->c_iflag |= old->c_iflag & ~(INPCK | IGNPAR);
drivers/tty/serial/mxs-auart.c
967
if (termios->c_iflag & INPCK)
drivers/tty/serial/omap-serial.c
826
if (termios->c_iflag & INPCK)
drivers/tty/serial/owl-uart.c
371
if (termios->c_iflag & INPCK)
drivers/tty/serial/pmac_zilog.c
1036
if (iflag & INPCK)
drivers/tty/serial/pxa.c
451
if (termios->c_iflag & INPCK)
drivers/tty/serial/sa1100.c
430
if (termios->c_iflag & INPCK)
drivers/tty/serial/samsung_tty.c
1591
if (termios->c_iflag & INPCK)
drivers/tty/serial/sb1250-duart.c
588
if (termios->c_iflag & INPCK)
drivers/tty/serial/sc16is7xx.c
1026
if (termios->c_iflag & INPCK)
drivers/tty/serial/sccnxp.c
694
if (termios->c_iflag & INPCK)
drivers/tty/serial/serial_core.c
1642
unsigned int iflag_mask = IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK;
drivers/tty/serial/serial_txx9.c
638
if (termios->c_iflag & INPCK)
drivers/tty/serial/sifive.c
650
if (termios->c_iflag & (INPCK | PARMRK))
drivers/tty/serial/sifive.c
654
termios->c_iflag &= ~(INPCK|PARMRK|BRKINT);
drivers/tty/serial/sprd_serial.c
826
if (termios->c_iflag & INPCK)
drivers/tty/serial/st-asc.c
553
if (termios->c_iflag & INPCK)
drivers/tty/serial/stm32-usart.c
1319
if (termios->c_iflag & INPCK)
drivers/tty/serial/sunplus-uart.c
382
if (termios->c_iflag & INPCK)
drivers/tty/serial/sunsab.c
732
if (iflag & INPCK)
drivers/tty/serial/sunsu.c
814
if (iflag & INPCK)
drivers/tty/serial/sunzilog.c
917
if (iflag & INPCK)
drivers/tty/serial/uartlite.c
339
if (termios->c_iflag & INPCK)
drivers/tty/serial/ucc_uart.c
899
if (termios->c_iflag & INPCK)
drivers/tty/serial/xilinx_uartps.c
867
if (termios->c_iflag & INPCK)
drivers/tty/serial/zs.c
921
if (termios->c_iflag & INPCK)
drivers/usb/serial/cp210x.c
1128
iflag_change = ((a->c_iflag ^ b->c_iflag) & (INPCK | IXON | IXOFF));
include/linux/tty.h
61
#define I_INPCK(tty) _I_FLAG((tty), INPCK)