taglinefilesource code
stopped1443drivers/char/console.cwhile (!tty->stopped &&  count) {
stopped1881drivers/char/console.cif (tty->stopped)
stopped844drivers/char/cyclades.cif (info->tty->stopped || info->tty->hw_stopped){
stopped918drivers/char/cyclades.cif(info->tty->stopped){
stopped921drivers/char/cyclades.cinfo->tty->stopped = 0;
stopped928drivers/char/cyclades.cinfo->tty->stopped = 1;
stopped1561drivers/char/cyclades.cif (info->xmit_cnt <= 0 || tty->stopped
stopped1634drivers/char/cyclades.c&& !tty->stopped
stopped2272drivers/char/cyclades.ctty->stopped = 0;
stopped642drivers/char/keyboard.cif (tty->stopped)
stopped348drivers/char/n_tty.cif (tty->stopped && I_IXON(tty) && I_IXANY(tty)) {
stopped119drivers/char/pty.cif (!to || tty->stopped)
stopped150drivers/char/pty.cif (!to || tty->stopped)
stopped1791drivers/char/scc.ctty->stopped = 0;    
stopped422drivers/char/serial.cif ((info->xmit_cnt <= 0) || info->tty->stopped ||
stopped1284drivers/char/serial.cif (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
stopped1331drivers/char/serial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped1069drivers/char/stallion.cif (tty->stopped || tty->hw_stopped || (portp->tx.head == portp->tx.tail))
stopped658drivers/char/tty_io.cif (tty->stopped)
stopped660drivers/char/tty_io.ctty->stopped = 1;
stopped672drivers/char/tty_io.cif (!tty->stopped)
stopped674drivers/char/tty_io.ctty->stopped = 0;
stopped210include/linux/tty.hunsigned char stopped:1, hw_stopped:1, packet:1;