tag | line | file | source code |
hw_stopped | 806 | drivers/char/cyclades.c | if (info->tty->stopped || info->tty->hw_stopped){ |
hw_stopped | 1539 | drivers/char/cyclades.c | || tty->hw_stopped || !info->xmit_buf) |
hw_stopped | 1611 | drivers/char/cyclades.c | && !tty->hw_stopped ) { |
hw_stopped | 424 | drivers/char/serial.c | info->tty->hw_stopped) { |
hw_stopped | 476 | drivers/char/serial.c | if (info->tty->hw_stopped) { |
hw_stopped | 481 | drivers/char/serial.c | info->tty->hw_stopped = 0; |
hw_stopped | 492 | drivers/char/serial.c | info->tty->hw_stopped = 1; |
hw_stopped | 1285 | drivers/char/serial.c | if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
hw_stopped | 1332 | drivers/char/serial.c | if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
hw_stopped | 1954 | drivers/char/serial.c | tty->hw_stopped = 0; |
hw_stopped | 210 | include/linux/tty.h | unsigned char stopped:1, hw_stopped:1, packet:1; |