tag | line | file | source code |
status_changed | 205 | include/linux/tty.h | unsigned char stopped:1, status_changed:1, packet:1, lnext:1; |
status_changed | 610 | kernel/chr_drv/tty_io.c | tty->status_changed = 1; |
status_changed | 621 | kernel/chr_drv/tty_io.c | tty->status_changed = 1; |
status_changed | 740 | kernel/chr_drv/tty_io.c | if (tty->packet && tty->link && tty->link->status_changed) { |
status_changed | 742 | kernel/chr_drv/tty_io.c | tty->link->status_changed = 0; |
status_changed | 1222 | kernel/chr_drv/tty_io.c | tty->status_changed = 0; |
status_changed | 1297 | kernel/chr_drv/tty_io.c | tty->link->status_changed) |
status_changed | 46 | kernel/chr_drv/tty_ioctl.c | tty->status_changed = 1; |
status_changed | 61 | kernel/chr_drv/tty_ioctl.c | tty->status_changed = 1; |
status_changed | 216 | kernel/chr_drv/tty_ioctl.c | tty->status_changed = 1; |
status_changed | 223 | kernel/chr_drv/tty_ioctl.c | tty->status_changed = 1; |