tag | line | file | source code |
TTY_IO_ERROR | 1216 | drivers/char/cyclades.c | set_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 1264 | drivers/char/cyclades.c | clear_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 1353 | drivers/char/cyclades.c | set_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 1553 | drivers/char/cyclades.c | clear_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 814 | drivers/char/istallion.c | clear_bit(TTY_IO_ERROR, &tty->flags); |
TTY_IO_ERROR | 936 | drivers/char/istallion.c | set_bit(TTY_IO_ERROR, &tty->flags); |
TTY_IO_ERROR | 2114 | drivers/char/istallion.c | set_bit(TTY_IO_ERROR, &tty->flags); |
TTY_IO_ERROR | 868 | drivers/char/riscom8.c | clear_bit(TTY_IO_ERROR, &port->tty->flags); |
TTY_IO_ERROR | 926 | drivers/char/riscom8.c | set_bit(TTY_IO_ERROR, &tty->flags); |
TTY_IO_ERROR | 989 | drivers/char/riscom8.c | (tty->flags & (1 << TTY_IO_ERROR))) { |
TTY_IO_ERROR | 924 | drivers/char/serial.c | set_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 962 | drivers/char/serial.c | set_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 988 | drivers/char/serial.c | set_bit(TTY_IO_ERROR, |
TTY_IO_ERROR | 1045 | drivers/char/serial.c | clear_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 1151 | drivers/char/serial.c | set_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 1907 | drivers/char/serial.c | if (tty->flags & (1 << TTY_IO_ERROR)) |
TTY_IO_ERROR | 2282 | drivers/char/serial.c | (tty->flags & (1 << TTY_IO_ERROR))) { |
TTY_IO_ERROR | 627 | drivers/char/stallion.c | clear_bit(TTY_IO_ERROR, &tty->flags); |
TTY_IO_ERROR | 806 | drivers/char/stallion.c | set_bit(TTY_IO_ERROR, &tty->flags); |
TTY_IO_ERROR | 1413 | drivers/char/stallion.c | set_bit(TTY_IO_ERROR, &tty->flags); |
TTY_IO_ERROR | 726 | drivers/char/tty_io.c | if (!tty || (tty->flags & (1 << TTY_IO_ERROR))) |
TTY_IO_ERROR | 768 | drivers/char/tty_io.c | if (!tty || !tty->driver.write || (tty->flags & (1 << TTY_IO_ERROR))) |
TTY_IO_ERROR | 302 | drivers/isdn/isdn_tty.c | set_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 316 | drivers/isdn/isdn_tty.c | clear_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 355 | drivers/isdn/isdn_tty.c | set_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 752 | drivers/sbus/char/sunserial.c | clear_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 797 | drivers/sbus/char/sunserial.c | set_bit(TTY_IO_ERROR, &info->tty->flags); |
TTY_IO_ERROR | 1347 | drivers/sbus/char/sunserial.c | if (tty->flags & (1 << TTY_IO_ERROR)) |
TTY_IO_ERROR | 1610 | drivers/sbus/char/sunserial.c | (tty->flags & (1 << TTY_IO_ERROR))) { |