Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dtty_ioctl.c953 if (!tty->flow.tco_stopped) { in n_tty_ioctl_helper()
954 tty->flow.tco_stopped = true; in n_tty_ioctl_helper()
961 if (tty->flow.tco_stopped) { in n_tty_ioctl_helper()
962 tty->flow.tco_stopped = false; in n_tty_ioctl_helper()
H A Dtty_port.c655 if (tty->flow.tco_stopped) in tty_port_close_start()
H A Dtty_io.c778 if (!tty->flow.stopped || tty->flow.tco_stopped) in __start_tty()
/linux/Documentation/networking/caif/
H A Dcaif.rst72 - 0x08 - tty->flow.tco_stopped is on.
/linux/drivers/net/caif/
H A Dcaif_serial.c91 ser->tty->flow.tco_stopped << 3 | in update_tty_status()
/linux/include/linux/
H A Dtty.h214 bool tco_stopped; member