Home
last modified time | relevance | path

Searched refs:tco_stopped (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/tty/
Dtty_ioctl.c947 if (!tty->flow.tco_stopped) { in n_tty_ioctl_helper()
948 tty->flow.tco_stopped = true; in n_tty_ioctl_helper()
955 if (tty->flow.tco_stopped) { in n_tty_ioctl_helper()
956 tty->flow.tco_stopped = false; in n_tty_ioctl_helper()
Dn_tty.c1289 if (tty->flow.stopped && !tty->flow.tco_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special()
1410 if (tty->flow.stopped && !tty->flow.tco_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char()
1438 tty->flow.stopped && !tty->flow.tco_stopped && I_IXANY(tty) && in n_tty_receive_char_closing()
1835 if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow.tco_stopped) { in n_tty_set_termios()
Dtty_port.c655 if (tty->flow.tco_stopped) in tty_port_close_start()
Dtty_io.c785 if (!tty->flow.stopped || tty->flow.tco_stopped) in __start_tty()
/linux-6.1.9/Documentation/networking/caif/
Dcaif.rst72 - 0x08 - tty->flow.tco_stopped is on.
/linux-6.1.9/drivers/net/caif/
Dcaif_serial.c91 ser->tty->flow.tco_stopped << 3 | in update_tty_status()
/linux-6.1.9/include/linux/
Dtty.h217 bool tco_stopped; member