taglinefilesource code
TTY_IO_ERROR575kernel/chr_drv/serial.cclear_bit(TTY_IO_ERROR, &info->tty->flags);
TTY_IO_ERROR606kernel/chr_drv/serial.cset_bit(TTY_IO_ERROR, &info->tty->flags);
TTY_IO_ERROR1235kernel/chr_drv/serial.cset_bit(TTY_IO_ERROR, &tty->flags);
TTY_IO_ERROR908kernel/chr_drv/tty_io.cif (!tty || (tty->flags & (1 << TTY_IO_ERROR)))
TTY_IO_ERROR945kernel/chr_drv/tty_io.cif (!tty || !tty->write || (tty->flags & (1 << TTY_IO_ERROR)))