Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1285 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special()
1396 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_inline()
1424 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_fast()
1450 (tty->stopped && !tty->flow_stopped && I_IXANY(tty) && in n_tty_receive_char_closing()
1853 if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow_stopped) { in n_tty_set_termios()
Dtty_port.c595 if (tty->flow_stopped) in tty_port_close_start()
Dtty_io.c799 if (!tty->stopped || tty->flow_stopped) in __start_tty()
/Linux-v4.19/Documentation/networking/caif/
DREADME56 - 0x08 - tty->flow_stopped is on.
/Linux-v4.19/drivers/net/caif/
Dcaif_serial.c91 ser->tty->flow_stopped << 3 | in update_tty_status()
/Linux-v4.19/include/linux/
Dtty.h312 flow_stopped:1, member