Home
last modified time | relevance | path

Searched refs:hw_stopped (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Dserial_core.h246 int hw_stopped; /* sw-assisted CTS flow state */ member
460 if ((tty && tty->stopped) || port->hw_stopped) in uart_tx_stopped()
Dtty.h320 int hw_stopped; member
/linux-4.19.296/drivers/char/pcmcia/
Dsynclink_cs.c990 if (tty && (tty->stopped || tty->hw_stopped)) { in tx_done()
1010 if (tty && (tty->stopped || tty->hw_stopped)) { in tx_ready()
1061 if (tty->hw_stopped) { in cts_change()
1065 tty->hw_stopped = 0; in cts_change()
1074 tty->hw_stopped = 1; in cts_change()
1531 tty->hw_stopped || !info->tx_buf) in mgslpc_flush_chars()
1599 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in mgslpc_write()
2321 tty->hw_stopped = 0; in mgslpc_set_termios()