Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
A Dsdio_uart.c442 tty->flow.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/drivers/tty/
A Damiserial.c277 || info->tport.tty->hw_stopped) { in transmit_chars()
344 if (port->tty->hw_stopped) { in check_modem_status()
349 port->tty->hw_stopped = 0; in check_modem_status()
364 port->tty->hw_stopped = 1; in check_modem_status()
733 || tty->hw_stopped in rs_flush_chars()
777 && !tty->hw_stopped in rs_write()
1204 tty->hw_stopped = 0; in rs_set_termios()
A Dmxser.c542 if (tty->hw_stopped) { in mxser_handle_cts()
544 tty->hw_stopped = 0; in mxser_handle_cts()
554 tty->hw_stopped = 1; in mxser_handle_cts()
965 if (!tty->hw_stopped || mxser_16550A_or_MUST(info)) in mxser_write()
997 (tty->hw_stopped && !mxser_16550A_or_MUST(info))) in mxser_flush_chars()
1427 tty->hw_stopped = 0; in mxser_set_termios()
1650 (tty->hw_stopped && !mxser_16550A_or_MUST(port))) { in mxser_transmit_chars()
A Dsynclink_gt.c739 tty->hw_stopped = 0; in set_termios()
771 if (!count || tty->flow.stopped || tty->hw_stopped) in write()
893 tty->hw_stopped || !info->tx_buf) in flush_chars()
1957 if (info->port.tty->hw_stopped) { in cts_change()
1959 info->port.tty->hw_stopped = 0; in cts_change()
1965 info->port.tty->hw_stopped = 1; in cts_change()
2241 if (info->port.tty && (info->port.tty->flow.stopped || info->port.tty->hw_stopped)) { in isr_txeom()
/linux/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/drivers/staging/fwserial/
A 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()
724 while (!tty->flow.stopped && !tty->hw_stopped && in fwtty_tx()
1003 tty->hw_stopped = 1; in fwtty_port_activate()
1291 tty->hw_stopped = 0; in fwtty_set_termios()
1295 tty->hw_stopped = 1; in fwtty_set_termios()
/linux/drivers/tty/serial/
A Dserial_core.c490 int hw_stopped; in uart_change_speed() local
517 hw_stopped = uport->hw_stopped; in uart_change_speed()
518 uport->hw_stopped = uart_softcts_mode(uport) && in uart_change_speed()
520 if (uport->hw_stopped) { in uart_change_speed()
521 if (!hw_stopped) in uart_change_speed()
524 if (hw_stopped) in uart_change_speed()
3120 if (uport->hw_stopped) { in uart_handle_cts_change()
3122 uport->hw_stopped = 0; in uart_handle_cts_change()
3128 uport->hw_stopped = 1; in uart_handle_cts_change()
/linux/include/linux/
A Dserial_core.h232 int hw_stopped; /* sw-assisted CTS flow state */ member
432 if ((tty && tty->flow.stopped) || port->hw_stopped) in uart_tx_stopped()
A Dtty.h183 int hw_stopped; member
/linux/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()
1523 tty->hw_stopped || !info->tx_buf) in mgslpc_flush_chars()
1591 if (info->tx_count && !tty->flow.stopped && !tty->hw_stopped) { in mgslpc_write()
2312 tty->hw_stopped = 0; in mgslpc_set_termios()

Completed in 41 milliseconds