Searched refs:tco_stopped (Results 1 – 6 of 6) sorted by relevance
953 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()
655 if (tty->flow.tco_stopped) in tty_port_close_start()
778 if (!tty->flow.stopped || tty->flow.tco_stopped) in __start_tty()
72 - 0x08 - tty->flow.tco_stopped is on.
91 ser->tty->flow.tco_stopped << 3 | in update_tty_status()
214 bool tco_stopped; member