tag | line | file | source code |
hw_stopped | 437 | drivers/char/serial.c | if (info->tty->hw_stopped) { |
hw_stopped | 442 | drivers/char/serial.c | info->tty->hw_stopped = 0; |
hw_stopped | 451 | drivers/char/serial.c | info->tty->hw_stopped = 1; |
hw_stopped | 509 | drivers/char/serial.c | !info->tty->hw_stopped) |
hw_stopped | 1031 | drivers/char/serial.c | if (!tty || tty->stopped || tty->hw_stopped) |
hw_stopped | 1452 | drivers/char/serial.c | tty->hw_stopped = 0; |
hw_stopped | 1522 | drivers/char/serial.c | tty->hw_stopped = 0; |
hw_stopped | 219 | include/linux/tty.h | unsigned char stopped:1, hw_stopped:1, packet:1, lnext:1; |