tag | line | file | source code |
IGNPAR | 2687 | drivers/char/istallion.c | if (tiosp->c_iflag & IGNPAR) |
IGNPAR | 1619 | drivers/char/pcxx.c | unsigned res = iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|IXON|IXANY|IXOFF); |
IGNPAR | 2681 | drivers/char/scc.c | scc_driver.init_termios.c_iflag = IGNBRK | IGNPAR; |
IGNPAR | 1987 | drivers/char/stallion.c | if (tiosp->c_iflag & IGNPAR) { |
IGNPAR | 1339 | drivers/net/strip.c | tty->termios->c_iflag |= IGNBRK |IGNPAR;/* Ignore breaks and parity errors. */ |
IGNPAR | 136 | include/linux/tty.h | #define I_IGNPAR(tty) _I_FLAG((tty),IGNPAR) |