Searched refs:hw_stopped (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/mmc/core/
H A Dsdio_uart.c425 tty->flow.stopped || tty->hw_stopped) {
475 if (tty->hw_stopped) {
477 tty->hw_stopped = false;
483 tty->hw_stopped = true;
632 tty->hw_stopped = true;
881 tty->hw_stopped = false;
888 tty->hw_stopped = true;
/linux-master/drivers/tty/
H A Damiserial.c276 || info->tport.tty->hw_stopped) {
343 if (port->tty->hw_stopped) {
348 port->tty->hw_stopped = false;
363 port->tty->hw_stopped = true;
728 || tty->hw_stopped
771 && !tty->hw_stopped
1198 tty->hw_stopped = false;
H A Dmxser.c554 if (tty->hw_stopped) {
556 tty->hw_stopped = false;
566 tty->hw_stopped = true;
917 if (!tty->hw_stopped || mxser_16550A_or_MUST(info))
942 (tty->hw_stopped && !mxser_16550A_or_MUST(info)))
1364 tty->hw_stopped = false;
1581 (tty->hw_stopped && !mxser_16550A_or_MUST(port))) {
H A Dsynclink_gt.c731 tty->hw_stopped = false;
762 if (!count || tty->flow.stopped || tty->hw_stopped)
884 tty->hw_stopped || !info->tx_buf)
1952 if (info->port.tty->hw_stopped) {
1954 info->port.tty->hw_stopped = false;
1960 info->port.tty->hw_stopped = true;
2236 if (info->port.tty && (info->port.tty->flow.stopped || info->port.tty->hw_stopped)) {
/linux-master/include/linux/
H A Dserial_core.h562 bool hw_stopped; /* sw-assisted CTS flow state */ member in struct:uart_port
989 if ((tty && tty->flow.stopped) || port->hw_stopped)
H A Dtty.h165 * @hw_stopped: not controlled by the tty layer, under @driver's control for CTS
231 bool hw_stopped; member in struct:tty_struct
/linux-master/drivers/tty/serial/
H A Dserial_core.c234 old_hw_stopped = uport->hw_stopped;
235 uport->hw_stopped = uart_softcts_mode(uport) &&
237 if (uport->hw_stopped != old_hw_stopped) {
3523 if (uport->hw_stopped) {
3525 uport->hw_stopped = false;
3531 uport->hw_stopped = true;

Completed in 142 milliseconds