Searched refs:hw_stopped (Results 1 – 8 of 8) sorted by relevance
429 tty->flow.stopped || tty->hw_stopped) { in sdio_uart_transmit_chars()479 if (tty->hw_stopped) { in sdio_uart_check_modem_status()481 tty->hw_stopped = false; in sdio_uart_check_modem_status()487 tty->hw_stopped = true; in sdio_uart_check_modem_status()636 tty->hw_stopped = true; in sdio_uart_activate()885 tty->hw_stopped = false; in sdio_uart_set_termios()892 tty->hw_stopped = true; in sdio_uart_set_termios()
278 || info->tport.tty->hw_stopped) { in transmit_chars()345 if (port->tty->hw_stopped) { in check_modem_status()350 port->tty->hw_stopped = false; in check_modem_status()365 port->tty->hw_stopped = true; in check_modem_status()730 || tty->hw_stopped in rs_flush_chars()773 && !tty->hw_stopped in rs_write()1200 tty->hw_stopped = false; in rs_set_termios()
554 if (tty->hw_stopped) { in mxser_handle_cts()556 tty->hw_stopped = false; in mxser_handle_cts()566 tty->hw_stopped = true; in mxser_handle_cts()917 if (!tty->hw_stopped || mxser_16550A_or_MUST(info)) in mxser_write()942 (tty->hw_stopped && !mxser_16550A_or_MUST(info))) in mxser_flush_chars()1364 tty->hw_stopped = false; in mxser_set_termios()1581 (tty->hw_stopped && !mxser_16550A_or_MUST(port))) { in mxser_transmit_chars()
731 tty->hw_stopped = false; in set_termios()762 if (!count || tty->flow.stopped || tty->hw_stopped) in write()884 tty->hw_stopped || !info->tx_buf) in flush_chars()1952 if (info->port.tty->hw_stopped) { in cts_change()1954 info->port.tty->hw_stopped = false; in cts_change()1960 info->port.tty->hw_stopped = true; in cts_change()2236 if (info->port.tty && (info->port.tty->flow.stopped || info->port.tty->hw_stopped)) { in isr_txeom()
73 - 0x10 - tty->hw_stopped is on.135 tty_status = 0x10 (hw_stopped) and ser_state = 0x10 (FLOW_OFF_SENT).
560 bool hw_stopped; /* sw-assisted CTS flow state */ member1004 if ((tty && tty->flow.stopped) || port->hw_stopped) in uart_tx_stopped()
232 bool hw_stopped; member
234 old_hw_stopped = uport->hw_stopped; in uart_change_line_settings()235 uport->hw_stopped = uart_softcts_mode(uport) && in uart_change_line_settings()237 if (uport->hw_stopped != old_hw_stopped) { in uart_change_line_settings()3525 if (uport->hw_stopped) { in uart_handle_cts_change()3527 uport->hw_stopped = false; in uart_handle_cts_change()3533 uport->hw_stopped = true; in uart_handle_cts_change()