Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/core/
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()
/Linux-v6.6/drivers/tty/
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()
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()
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()
/Linux-v6.6/Documentation/networking/caif/
Dcaif.rst73 - 0x10 - tty->hw_stopped is on.
135 tty_status = 0x10 (hw_stopped) and ser_state = 0x10 (FLOW_OFF_SENT).
/Linux-v6.6/include/linux/
Dserial_core.h559 bool hw_stopped; /* sw-assisted CTS flow state */ member
882 if ((tty && tty->flow.stopped) || port->hw_stopped) in uart_tx_stopped()
Dtty.h232 bool hw_stopped; member
/Linux-v6.6/drivers/tty/serial/
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()
3458 if (uport->hw_stopped) { in uart_handle_cts_change()
3460 uport->hw_stopped = false; in uart_handle_cts_change()
3466 uport->hw_stopped = true; in uart_handle_cts_change()