tag | line | file | source code |
hw_stopped | 886 | drivers/char/cyclades.c | if (info->tty->stopped || info->tty->hw_stopped){ |
hw_stopped | 958 | drivers/char/cyclades.c | if(info->tty->hw_stopped){ |
hw_stopped | 961 | drivers/char/cyclades.c | info->tty->hw_stopped = 0; |
hw_stopped | 968 | drivers/char/cyclades.c | info->tty->hw_stopped = 1; |
hw_stopped | 1606 | drivers/char/cyclades.c | || tty->hw_stopped || !info->xmit_buf) |
hw_stopped | 1679 | drivers/char/cyclades.c | && !tty->hw_stopped ) { |
hw_stopped | 1909 | drivers/char/istallion.c | tty->hw_stopped = 0; |
hw_stopped | 2081 | drivers/char/pcxx.c | tty->hw_stopped = 0; |
hw_stopped | 473 | drivers/char/riscom8.c | || tty->stopped || tty->hw_stopped) { |
hw_stopped | 545 | drivers/char/riscom8.c | tty->hw_stopped = 0; |
hw_stopped | 550 | drivers/char/riscom8.c | tty->hw_stopped = 1; |
hw_stopped | 557 | drivers/char/riscom8.c | tty->hw_stopped = 0; |
hw_stopped | 562 | drivers/char/riscom8.c | tty->hw_stopped = 1; |
hw_stopped | 794 | drivers/char/riscom8.c | tty->hw_stopped = !(rc_in(bp, CD180_MSVR) & (MSVR_CTS|MSVR_DSR)); |
hw_stopped | 1244 | drivers/char/riscom8.c | if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
hw_stopped | 1286 | drivers/char/riscom8.c | if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
hw_stopped | 1697 | drivers/char/riscom8.c | tty->hw_stopped = 0; |
hw_stopped | 442 | drivers/char/serial.c | info->tty->hw_stopped) { |
hw_stopped | 507 | drivers/char/serial.c | if (info->tty->hw_stopped) { |
hw_stopped | 512 | drivers/char/serial.c | info->tty->hw_stopped = 0; |
hw_stopped | 523 | drivers/char/serial.c | info->tty->hw_stopped = 1; |
hw_stopped | 1333 | drivers/char/serial.c | if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
hw_stopped | 1382 | drivers/char/serial.c | if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
hw_stopped | 2075 | drivers/char/serial.c | tty->hw_stopped = 0; |
hw_stopped | 986 | drivers/char/stallion.c | if (tty->stopped || tty->hw_stopped || (portp->tx.head == portp->tx.tail)) |
hw_stopped | 1243 | drivers/char/stallion.c | tty->hw_stopped = 0; |
hw_stopped | 765 | drivers/isdn/isdn_tty.c | tty->hw_stopped = 0; |
hw_stopped | 1047 | drivers/sbus/char/sunserial.c | if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
hw_stopped | 1114 | drivers/sbus/char/sunserial.c | if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
hw_stopped | 1424 | drivers/sbus/char/sunserial.c | tty->hw_stopped = 0; |
hw_stopped | 216 | include/linux/tty.h | unsigned char stopped:1, hw_stopped:1, packet:1; |