tag | line | file | source code |
---|---|---|---|
IGNBRK | 2686 | drivers/char/istallion.c | if (tiosp->c_iflag & IGNBRK) |
IGNBRK | 2681 | drivers/char/scc.c | scc_driver.init_termios.c_iflag = IGNBRK | IGNPAR; |
IGNBRK | 1995 | drivers/char/stallion.c | if (tiosp->c_iflag & IGNBRK) { |
IGNBRK | 128 | include/linux/tty.h | #define I_IGNBRK(tty) _I_FLAG((tty),IGNBRK) |