Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dsdio_uart.c425 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()
/linux/drivers/tty/
H A Damiserial.c276 || info->tport.tty->hw_stopped) { in transmit_chars()
343 if (port->tty->hw_stopped) { in check_modem_status()
348 port->tty->hw_stopped = false; in check_modem_status()
363 port->tty->hw_stopped = true; in check_modem_status()
728 || tty->hw_stopped in rs_flush_chars()
771 && !tty->hw_stopped in rs_write()
1198 tty->hw_stopped = false; in rs_set_termios()
H A Dmxser.c551 if (tty->hw_stopped) { in mxser_handle_cts()
553 tty->hw_stopped = false; in mxser_handle_cts()
563 tty->hw_stopped = true; in mxser_handle_cts()
914 if (!tty->hw_stopped || mxser_16550A_or_MUST(info)) in mxser_write()
939 (tty->hw_stopped && !mxser_16550A_or_MUST(info))) in mxser_flush_chars()
1361 tty->hw_stopped = false; in mxser_set_termios()
1578 (tty->hw_stopped && !mxser_16550A_or_MUST(port))) { in mxser_transmit_chars()
H A Dsynclink_gt.c732 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()
/linux/Documentation/networking/caif/
H A Dcaif.rst73 - 0x10 - tty->hw_stopped is on.
135 tty_status = 0x10 (hw_stopped) and ser_state = 0x10 (FLOW_OFF_SENT).
/linux/include/linux/
H A Dserial_core.h567 bool hw_stopped; /* sw-assisted CTS flow state */ member
1136 if ((tty && tty->flow.stopped) || port->hw_stopped) in uart_tx_stopped()
H A Dtty.h225 bool hw_stopped; member
/linux/drivers/tty/serial/
H A Dserial_core.c234 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()
3515 if (uport->hw_stopped) { in uart_handle_cts_change()
3517 uport->hw_stopped = false; in uart_handle_cts_change()
3523 uport->hw_stopped = true; in uart_handle_cts_change()