Searched refs:hw_stopped (Results 1 – 4 of 4) sorted by relevance
425 tty->flow.stopped || tty->hw_stopped) { in sdio_uart_transmit_chars()475 if (tty->hw_stopped) { in sdio_uart_check_modem_status()477 tty->hw_stopped = false; in sdio_uart_check_modem_status()483 tty->hw_stopped = true; in sdio_uart_check_modem_status()632 tty->hw_stopped = true; in sdio_uart_activate()881 tty->hw_stopped = false; in sdio_uart_set_termios()888 tty->hw_stopped = true; in sdio_uart_set_termios()
569 bool hw_stopped; /* sw-assisted CTS flow state */ member1149 if ((tty && tty->flow.stopped) || port->hw_stopped) in uart_tx_stopped()
233 old_hw_stopped = uport->hw_stopped; in uart_change_line_settings()234 uport->hw_stopped = uart_softcts_mode(uport) && in uart_change_line_settings()236 if (uport->hw_stopped != old_hw_stopped) { in uart_change_line_settings()3396 if (uport->hw_stopped) { in uart_handle_cts_change()3398 uport->hw_stopped = false; in uart_handle_cts_change()3404 uport->hw_stopped = true; in uart_handle_cts_change()
732 tty->hw_stopped = false; in set_termios()763 if (!count || tty->flow.stopped || tty->hw_stopped) in write()885 tty->hw_stopped || !info->tx_buf) in flush_chars()1953 if (info->port.tty->hw_stopped) { in cts_change()1955 info->port.tty->hw_stopped = false; in cts_change()1961 info->port.tty->hw_stopped = true; in cts_change()2237 if (info->port.tty && (info->port.tty->flow.stopped || info->port.tty->hw_stopped)) { in isr_txeom()