Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c429 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()
/openbmc/linux/drivers/tty/
H A Damiserial.c278 || 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()
H A Dmxser.c554 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()
H A Dsynclink_gt.c731 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()
/openbmc/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).
/openbmc/linux/include/linux/
H A Dserial_core.h560 bool hw_stopped; /* sw-assisted CTS flow state */ member
1004 if ((tty && tty->flow.stopped) || port->hw_stopped) in uart_tx_stopped()
H A Dtty.h232 bool hw_stopped; member
/openbmc/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()
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()