tag | line | file | source code |
---|---|---|---|
IGNPAR | 2766 | drivers/char/istallion.c | if (tiosp->c_iflag & IGNPAR) |
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 | 130 | include/linux/tty.h | #define I_IGNPAR(tty) _I_FLAG((tty),IGNPAR) |