tag | line | file | source code |
hw_stopped | 416 | drivers/char/serial.c | info->tty->hw_stopped) { |
hw_stopped | 471 | drivers/char/serial.c | if (info->tty->hw_stopped) { |
hw_stopped | 476 | drivers/char/serial.c | info->tty->hw_stopped = 0; |
hw_stopped | 489 | drivers/char/serial.c | info->tty->hw_stopped = 1; |
hw_stopped | 1203 | drivers/char/serial.c | if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
hw_stopped | 1250 | drivers/char/serial.c | if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
hw_stopped | 1716 | drivers/char/serial.c | tty->hw_stopped = 0; |
hw_stopped | 205 | include/linux/tty.h | unsigned char stopped:1, hw_stopped:1, packet:1; |