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