Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dsdio_uart.c446 tty->stopped || tty->hw_stopped) { in sdio_uart_transmit_chars()
496 if (tty->hw_stopped) { in sdio_uart_check_modem_status()
498 tty->hw_stopped = 0; in sdio_uart_check_modem_status()
504 tty->hw_stopped = 1; in sdio_uart_check_modem_status()
654 tty->hw_stopped = 1; in sdio_uart_activate()
903 tty->hw_stopped = 0; in sdio_uart_set_termios()
910 tty->hw_stopped = 1; in sdio_uart_set_termios()
/Linux-v4.19/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()
1331 tty->hw_stopped = 0; in rs_set_termios()
Disicom.c438 if (txcount <= 0 || tty->stopped || tty->hw_stopped) in isicom_tx()
596 if (tty->hw_stopped) { in isicom_interrupt()
598 tty->hw_stopped = 0; in isicom_interrupt()
605 tty->hw_stopped = 1; in isicom_interrupt()
960 if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped) in isicom_write()
997 if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in isicom_flush_chars()
1195 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()
1780 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()
2783 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()
2250 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
2305 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txrdy()
2470 if (info->port.tty->hw_stopped) { in isr_io_pin()
2474 info->port.tty->hw_stopped = 0; in isr_io_pin()
2483 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()
3050 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()
2027 if (info->port.tty->hw_stopped) { in cts_change()
2029 info->port.tty->hw_stopped = 0; in cts_change()
2035 info->port.tty->hw_stopped = 1; in cts_change()
2311 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
/Linux-v4.19/Documentation/networking/caif/
DREADME57 - 0x10 - tty->hw_stopped is on.
107 tty_status = 0x10 (hw_stopped) and ser_state = 0x10 (FLOW_OFF_SENT).
/Linux-v4.19/drivers/staging/fwserial/
Dfwserial.c327 if (tty->hw_stopped) { in fwtty_update_port_status()
329 tty->hw_stopped = 0; in fwtty_update_port_status()
337 tty->hw_stopped = 1; in fwtty_update_port_status()
345 if (tty->hw_stopped) { in fwtty_update_port_status()
347 tty->hw_stopped = 0; in fwtty_update_port_status()
355 tty->hw_stopped = 1; in fwtty_update_port_status()
722 while (!tty->stopped && !tty->hw_stopped && in fwtty_tx()
1001 tty->hw_stopped = 1; in fwtty_port_activate()
1303 tty->hw_stopped = 0; in fwtty_set_termios()
1307 tty->hw_stopped = 1; in fwtty_set_termios()
/Linux-v4.19/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()
2960 if (uport->hw_stopped) { in uart_handle_cts_change()
2962 uport->hw_stopped = 0; in uart_handle_cts_change()
2968 uport->hw_stopped = 1; in uart_handle_cts_change()
/Linux-v4.19/include/linux/
Dserial_core.h245 int hw_stopped; /* sw-assisted CTS flow state */ member
442 if ((tty && tty->stopped) || port->hw_stopped) in uart_tx_stopped()
Dtty.h314 int hw_stopped; member
/Linux-v4.19/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()
2321 tty->hw_stopped = 0; in mgslpc_set_termios()