Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/core/
Dsdio_uart.c442 tty->stopped || tty->hw_stopped) { in sdio_uart_transmit_chars()
492 if (tty->hw_stopped) { in sdio_uart_check_modem_status()
494 tty->hw_stopped = 0; in sdio_uart_check_modem_status()
500 tty->hw_stopped = 1; in sdio_uart_check_modem_status()
650 tty->hw_stopped = 1; in sdio_uart_activate()
899 tty->hw_stopped = 0; in sdio_uart_set_termios()
906 tty->hw_stopped = 1; in sdio_uart_set_termios()
/Linux-v5.4/drivers/tty/
Damiserial.c351 || info->tport.tty->hw_stopped) { in transmit_chars()
418 if (port->tty->hw_stopped) { in check_modem_status()
423 port->tty->hw_stopped = 0; in check_modem_status()
438 port->tty->hw_stopped = 1; in check_modem_status()
816 || tty->hw_stopped in rs_flush_chars()
863 && !tty->hw_stopped in rs_write()
1305 tty->hw_stopped = 0; in rs_set_termios()
Disicom.c438 if (txcount <= 0 || tty->stopped || tty->hw_stopped) in isicom_tx()
595 if (tty->hw_stopped) { in isicom_interrupt()
597 tty->hw_stopped = 0; in isicom_interrupt()
604 tty->hw_stopped = 1; in isicom_interrupt()
959 if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped) in isicom_write()
996 if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in isicom_flush_chars()
1171 tty->hw_stopped = 0; in isicom_set_termios()
Dmxser.c722 if (tty->hw_stopped) { in mxser_change_speed()
724 tty->hw_stopped = 0; in mxser_change_speed()
738 tty->hw_stopped = 1; in mxser_change_speed()
831 if (tty->hw_stopped) { in mxser_check_modem_status()
833 tty->hw_stopped = 0; in mxser_check_modem_status()
847 tty->hw_stopped = 1; in mxser_check_modem_status()
1125 if (!tty->hw_stopped || in mxser_write()
1156 if (!tty->hw_stopped || in mxser_put_char()
1176 (tty->hw_stopped && info->type != PORT_16550A && in mxser_flush_chars()
1783 if (tty->hw_stopped) in mxser_ioctl()
[all …]
Dcyclades.c636 if (tty->stopped || tty->hw_stopped) { in cyy_chip_tx()
722 if (tty->hw_stopped) { in cyy_chip_modem()
726 tty->hw_stopped = 0; in cyy_chip_modem()
735 tty->hw_stopped = 1; in cyy_chip_modem()
1801 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) in cy_write()
1859 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in cy_flush_chars()
2778 tty->hw_stopped = 0; in cy_set_termios()
Dsynclinkmp.c893 tty->hw_stopped = 0; in set_termios()
972 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in write()
1152 if (info->tx_count <= 0 || tty->stopped || tty->hw_stopped || in flush_chars()
2249 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
2304 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txrdy()
2469 if (info->port.tty->hw_stopped) { in isr_io_pin()
2473 info->port.tty->hw_stopped = 0; in isr_io_pin()
2482 info->port.tty->hw_stopped = 1; in isr_io_pin()
Dsynclink.c1261 if (info->port.tty->stopped || info->port.tty->hw_stopped) { in mgsl_isr_transmit_status()
1359 if (info->port.tty->hw_stopped) { in mgsl_isr_io_pin()
1363 info->port.tty->hw_stopped = 0; in mgsl_isr_io_pin()
1373 info->port.tty->hw_stopped = 1; in mgsl_isr_io_pin()
1407 if (info->port.tty->stopped || info->port.tty->hw_stopped) { in mgsl_isr_transmit_data()
2052 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in mgsl_flush_chars()
2192 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) { in mgsl_write()
3049 tty->hw_stopped = 0; in mgsl_set_termios()
Dsynclink_gt.c795 tty->hw_stopped = 0; in set_termios()
827 if (!count || tty->stopped || tty->hw_stopped) in write()
949 tty->hw_stopped || !info->tx_buf) in flush_chars()
2018 if (info->port.tty->hw_stopped) { in cts_change()
2020 info->port.tty->hw_stopped = 0; in cts_change()
2026 info->port.tty->hw_stopped = 1; in cts_change()
2302 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
/Linux-v5.4/Documentation/networking/caif/
Dcaif.rst76 - 0x10 - tty->hw_stopped is on.
138 tty_status = 0x10 (hw_stopped) and ser_state = 0x10 (FLOW_OFF_SENT).
/Linux-v5.4/drivers/staging/fwserial/
Dfwserial.c330 if (tty->hw_stopped) { in fwtty_update_port_status()
332 tty->hw_stopped = 0; in fwtty_update_port_status()
340 tty->hw_stopped = 1; in fwtty_update_port_status()
348 if (tty->hw_stopped) { in fwtty_update_port_status()
350 tty->hw_stopped = 0; in fwtty_update_port_status()
358 tty->hw_stopped = 1; in fwtty_update_port_status()
725 while (!tty->stopped && !tty->hw_stopped && in fwtty_tx()
1004 tty->hw_stopped = 1; in fwtty_port_activate()
1293 tty->hw_stopped = 0; in fwtty_set_termios()
1297 tty->hw_stopped = 1; in fwtty_set_termios()
/Linux-v5.4/drivers/tty/serial/
Dserial_core.c505 int hw_stopped; in uart_change_speed() local
532 hw_stopped = uport->hw_stopped; in uart_change_speed()
533 uport->hw_stopped = uart_softcts_mode(uport) && in uart_change_speed()
535 if (uport->hw_stopped) { in uart_change_speed()
536 if (!hw_stopped) in uart_change_speed()
539 if (hw_stopped) in uart_change_speed()
3035 if (uport->hw_stopped) { in uart_handle_cts_change()
3037 uport->hw_stopped = 0; in uart_handle_cts_change()
3043 uport->hw_stopped = 1; in uart_handle_cts_change()
/Linux-v5.4/include/linux/
Dserial_core.h236 int hw_stopped; /* sw-assisted CTS flow state */ member
434 if ((tty && tty->stopped) || port->hw_stopped) in uart_tx_stopped()
Dtty.h314 int hw_stopped; member
/Linux-v5.4/drivers/char/pcmcia/
Dsynclink_cs.c990 if (tty && (tty->stopped || tty->hw_stopped)) { in tx_done()
1010 if (tty && (tty->stopped || tty->hw_stopped)) { in tx_ready()
1061 if (tty->hw_stopped) { in cts_change()
1065 tty->hw_stopped = 0; in cts_change()
1074 tty->hw_stopped = 1; in cts_change()
1531 tty->hw_stopped || !info->tx_buf) in mgslpc_flush_chars()
1599 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in mgslpc_write()
2320 tty->hw_stopped = 0; in mgslpc_set_termios()