Home
last modified time | relevance | path

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

/linux-6.1.9/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 = 0; in sdio_uart_check_modem_status()
487 tty->hw_stopped = 1; in sdio_uart_check_modem_status()
637 tty->hw_stopped = 1; in sdio_uart_activate()
886 tty->hw_stopped = 0; in sdio_uart_set_termios()
893 tty->hw_stopped = 1; in sdio_uart_set_termios()
/linux-6.1.9/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 = 0; in check_modem_status()
365 port->tty->hw_stopped = 1; in check_modem_status()
730 || tty->hw_stopped in rs_flush_chars()
773 && !tty->hw_stopped in rs_write()
1200 tty->hw_stopped = 0; in rs_set_termios()
Dmxser.c553 if (tty->hw_stopped) { in mxser_handle_cts()
555 tty->hw_stopped = 0; in mxser_handle_cts()
565 tty->hw_stopped = 1; in mxser_handle_cts()
916 if (!tty->hw_stopped || mxser_16550A_or_MUST(info)) in mxser_write()
941 (tty->hw_stopped && !mxser_16550A_or_MUST(info))) in mxser_flush_chars()
1363 tty->hw_stopped = 0; in mxser_set_termios()
1580 (tty->hw_stopped && !mxser_16550A_or_MUST(port))) { in mxser_transmit_chars()
Dsynclink_gt.c733 tty->hw_stopped = 0; in set_termios()
765 if (!count || tty->flow.stopped || tty->hw_stopped) in write()
887 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 = 0; in cts_change()
1961 info->port.tty->hw_stopped = 1; in cts_change()
2237 if (info->port.tty && (info->port.tty->flow.stopped || info->port.tty->hw_stopped)) { in isr_txeom()
/linux-6.1.9/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-6.1.9/drivers/tty/serial/
Dserial_core.c494 int hw_stopped; in uart_change_speed() local
521 hw_stopped = uport->hw_stopped; in uart_change_speed()
522 uport->hw_stopped = uart_softcts_mode(uport) && in uart_change_speed()
524 if (uport->hw_stopped) { in uart_change_speed()
525 if (!hw_stopped) in uart_change_speed()
528 if (hw_stopped) in uart_change_speed()
3302 if (uport->hw_stopped) { in uart_handle_cts_change()
3304 uport->hw_stopped = 0; in uart_handle_cts_change()
3310 uport->hw_stopped = 1; in uart_handle_cts_change()
/linux-6.1.9/include/linux/
Dserial_core.h556 int hw_stopped; /* sw-assisted CTS flow state */ member
792 if ((tty && tty->flow.stopped) || port->hw_stopped) in uart_tx_stopped()
Dtty.h230 int hw_stopped; member
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c988 if (tty && (tty->flow.stopped || tty->hw_stopped)) { in tx_done()
1008 if (tty && (tty->flow.stopped || tty->hw_stopped)) { in tx_ready()
1059 if (tty->hw_stopped) { in cts_change()
1063 tty->hw_stopped = 0; in cts_change()
1072 tty->hw_stopped = 1; in cts_change()
1525 tty->hw_stopped || !info->tx_buf) in mgslpc_flush_chars()
1593 if (info->tx_count && !tty->flow.stopped && !tty->hw_stopped) { in mgslpc_write()
2315 tty->hw_stopped = 0; in mgslpc_set_termios()