Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/core/
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 = 0; in sdio_uart_check_modem_status()
487 tty->hw_stopped = 1; in sdio_uart_check_modem_status()
636 tty->hw_stopped = 1; in sdio_uart_activate()
885 tty->hw_stopped = 0; in sdio_uart_set_termios()
892 tty->hw_stopped = 1; in sdio_uart_set_termios()
/linux-6.3-rc2/drivers/tty/
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 = 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()
A Dmxser.c554 if (tty->hw_stopped) { in mxser_handle_cts()
556 tty->hw_stopped = 0; in mxser_handle_cts()
566 tty->hw_stopped = 1; 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 = 0; in mxser_set_termios()
1581 (tty->hw_stopped && !mxser_16550A_or_MUST(port))) { in mxser_transmit_chars()
A 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()
1954 if (info->port.tty->hw_stopped) { in cts_change()
1956 info->port.tty->hw_stopped = 0; in cts_change()
1962 info->port.tty->hw_stopped = 1; in cts_change()
2238 if (info->port.tty && (info->port.tty->flow.stopped || info->port.tty->hw_stopped)) { in isr_txeom()
/linux-6.3-rc2/Documentation/networking/caif/
A Dcaif.rst73 - 0x10 - tty->hw_stopped is on.
135 tty_status = 0x10 (hw_stopped) and ser_state = 0x10 (FLOW_OFF_SENT).
/linux-6.3-rc2/drivers/tty/serial/
A 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()
3306 if (uport->hw_stopped) { in uart_handle_cts_change()
3308 uport->hw_stopped = 0; in uart_handle_cts_change()
3314 uport->hw_stopped = 1; in uart_handle_cts_change()
/linux-6.3-rc2/include/linux/
A Dserial_core.h556 int hw_stopped; /* sw-assisted CTS flow state */ member
879 if ((tty && tty->flow.stopped) || port->hw_stopped) in uart_tx_stopped()
A Dtty.h230 int hw_stopped; member
/linux-6.3-rc2/drivers/char/pcmcia/
A 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()

Completed in 37 milliseconds