tag | line | file | source code |
hw_stopped | 868 | drivers/char/cyclades.c | if (info->tty->stopped || info->tty->hw_stopped){ |
hw_stopped | 1592 | drivers/char/cyclades.c | || tty->hw_stopped || !info->xmit_buf) |
hw_stopped | 1665 | drivers/char/cyclades.c | && !tty->hw_stopped ) { |
hw_stopped | 2018 | drivers/char/istallion.c | tty->hw_stopped = 0; |
hw_stopped | 427 | drivers/char/serial.c | info->tty->hw_stopped) { |
hw_stopped | 492 | drivers/char/serial.c | if (info->tty->hw_stopped) { |
hw_stopped | 497 | drivers/char/serial.c | info->tty->hw_stopped = 0; |
hw_stopped | 508 | drivers/char/serial.c | info->tty->hw_stopped = 1; |
hw_stopped | 1312 | drivers/char/serial.c | if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
hw_stopped | 1361 | drivers/char/serial.c | if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
hw_stopped | 2051 | drivers/char/serial.c | tty->hw_stopped = 0; |
hw_stopped | 1071 | drivers/char/stallion.c | if (tty->stopped || tty->hw_stopped || (portp->tx.head == portp->tx.tail)) |
hw_stopped | 1328 | drivers/char/stallion.c | tty->hw_stopped = 0; |
hw_stopped | 761 | drivers/isdn/isdn_tty.c | tty->hw_stopped = 0; |
hw_stopped | 210 | include/linux/tty.h | unsigned char stopped:1, hw_stopped:1, packet:1; |