Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dtty_ioctl.c907 if (!tty->flow_stopped) { in n_tty_ioctl_helper()
908 tty->flow_stopped = 1; in n_tty_ioctl_helper()
915 if (tty->flow_stopped) { in n_tty_ioctl_helper()
916 tty->flow_stopped = 0; in n_tty_ioctl_helper()
Dn_tty.c1300 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special()
1411 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_inline()
1439 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_fast()
1465 (tty->stopped && !tty->flow_stopped && I_IXANY(tty) && in n_tty_receive_char_closing()
1868 if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow_stopped) { in n_tty_set_termios()
Dtty_port.c588 if (tty->flow_stopped) in tty_port_close_start()
Dtty_io.c802 if (!tty->stopped || tty->flow_stopped) in __start_tty()
/Linux-v5.4/Documentation/networking/caif/
Dcaif.rst75 - 0x08 - tty->flow_stopped is on.
/Linux-v5.4/drivers/net/caif/
Dcaif_serial.c91 ser->tty->flow_stopped << 3 | in update_tty_status()
/Linux-v5.4/include/linux/
Dtty.h312 flow_stopped:1, member