Home
last modified time | relevance | path

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

/linux-4.1.27/net/irda/ircomm/
Dircomm_tty.c584 if (tty->hw_stopped) in ircomm_tty_do_softint()
627 tty->hw_stopped); in ircomm_tty_write()
768 if (tty->hw_stopped) in ircomm_tty_write_room()
1048 if (tty->hw_stopped) { in ircomm_tty_check_modem_status()
1051 tty->hw_stopped = 0; in ircomm_tty_check_modem_status()
1062 tty->hw_stopped = 1; in ircomm_tty_check_modem_status()
1098 if (tty->hw_stopped && (self->flow == FLOW_START)) { in ircomm_tty_data_indication()
1168 tty->hw_stopped = 0; in ircomm_tty_flow_indication()
1177 tty->hw_stopped = 1; in ircomm_tty_flow_indication()
1318 tty->hw_stopped ? "Stopped" : "Running"); in ircomm_tty_line_info()
Dircomm_tty_attach.c143 tty->hw_stopped = 1; in ircomm_tty_attach_cable()
408 tty->hw_stopped = 1; in ircomm_tty_disconnect_indication()
566 tty->hw_stopped = 0; in ircomm_tty_link_established()
Dircomm_tty_ioctl.c182 tty->hw_stopped = 0; in ircomm_tty_set_termios()
/linux-4.1.27/drivers/mmc/card/
Dsdio_uart.c448 tty->stopped || tty->hw_stopped) { in sdio_uart_transmit_chars()
498 if (tty->hw_stopped) { in sdio_uart_check_modem_status()
500 tty->hw_stopped = 0; in sdio_uart_check_modem_status()
506 tty->hw_stopped = 1; in sdio_uart_check_modem_status()
656 tty->hw_stopped = 1; in sdio_uart_activate()
905 tty->hw_stopped = 0; in sdio_uart_set_termios()
912 tty->hw_stopped = 1; in sdio_uart_set_termios()
/linux-4.1.27/drivers/tty/
Disicom.c446 if (txcount <= 0 || tty->stopped || tty->hw_stopped) in isicom_tx()
604 if (tty->hw_stopped) { in isicom_interrupt()
606 tty->hw_stopped = 0; in isicom_interrupt()
613 tty->hw_stopped = 1; in isicom_interrupt()
973 if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped) in isicom_write()
1010 if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in isicom_flush_chars()
1209 tty->hw_stopped = 0; in isicom_set_termios()
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()
833 || tty->hw_stopped in rs_flush_chars()
880 && !tty->hw_stopped in rs_write()
1366 tty->hw_stopped = 0; in rs_set_termios()
Dmxser.c720 if (tty->hw_stopped) { in mxser_change_speed()
722 tty->hw_stopped = 0; in mxser_change_speed()
736 tty->hw_stopped = 1; in mxser_change_speed()
834 if (tty->hw_stopped) { in mxser_check_modem_status()
836 tty->hw_stopped = 0; in mxser_check_modem_status()
850 tty->hw_stopped = 1; in mxser_check_modem_status()
1128 if (!tty->hw_stopped || in mxser_write()
1159 if (!tty->hw_stopped || in mxser_put_char()
1179 (tty->hw_stopped && info->type != PORT_16550A && in mxser_flush_chars()
1785 if (tty->hw_stopped) in mxser_ioctl()
[all …]
Dcyclades.c638 if (tty->stopped || tty->hw_stopped) { in cyy_chip_tx()
724 if (tty->hw_stopped) { in cyy_chip_modem()
728 tty->hw_stopped = 0; in cyy_chip_modem()
737 tty->hw_stopped = 1; in cyy_chip_modem()
1814 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) in cy_write()
1872 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in cy_flush_chars()
2809 tty->hw_stopped = 0; in cy_set_termios()
Dsynclinkmp.c907 tty->hw_stopped = 0; in set_termios()
986 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in write()
1166 if (info->tx_count <= 0 || tty->stopped || tty->hw_stopped || in flush_chars()
2275 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
2330 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txrdy()
2495 if (info->port.tty->hw_stopped) { in isr_io_pin()
2499 info->port.tty->hw_stopped = 0; in isr_io_pin()
2508 info->port.tty->hw_stopped = 1; in isr_io_pin()
Dsynclink.c1262 if (info->port.tty->stopped || info->port.tty->hw_stopped) { in mgsl_isr_transmit_status()
1360 if (info->port.tty->hw_stopped) { in mgsl_isr_io_pin()
1365 info->port.tty->hw_stopped = 0; in mgsl_isr_io_pin()
1375 info->port.tty->hw_stopped = 1; in mgsl_isr_io_pin()
1409 if (info->port.tty->stopped || info->port.tty->hw_stopped) { in mgsl_isr_transmit_data()
2063 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in mgsl_flush_chars()
2203 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) { in mgsl_write()
3066 tty->hw_stopped = 0; in mgsl_set_termios()
Dsynclink_gt.c810 tty->hw_stopped = 0; in set_termios()
842 if (!count || tty->stopped || tty->hw_stopped) in write()
964 tty->hw_stopped || !info->tx_buf) in flush_chars()
2052 if (info->port.tty->hw_stopped) { in cts_change()
2054 info->port.tty->hw_stopped = 0; in cts_change()
2060 info->port.tty->hw_stopped = 1; in cts_change()
2336 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
/linux-4.1.27/Documentation/networking/caif/
DREADME57 - 0x10 - tty->hw_stopped is on.
107 tty_status = 0x10 (hw_stopped) and ser_state = 0x10 (FLOW_OFF_SENT).
/linux-4.1.27/include/linux/
Dserial_core.h231 int hw_stopped; /* sw-assisted CTS flow state */ member
400 if (tty->stopped || port->hw_stopped) in uart_tx_stopped()
Dtty.h291 int hw_stopped; member
/linux-4.1.27/drivers/tty/serial/
Dserial_core.c437 int hw_stopped; in uart_change_speed() local
464 hw_stopped = uport->hw_stopped; in uart_change_speed()
465 uport->hw_stopped = uart_softcts_mode(uport) && in uart_change_speed()
467 if (uport->hw_stopped) { in uart_change_speed()
468 if (!hw_stopped) in uart_change_speed()
471 if (hw_stopped) in uart_change_speed()
2887 if (uport->hw_stopped) { in uart_handle_cts_change()
2889 uport->hw_stopped = 0; in uart_handle_cts_change()
2895 uport->hw_stopped = 1; in uart_handle_cts_change()
Dbfin_uart.c116 if (uport->hw_stopped) { in bfin_serial_mctrl_cts_int()
118 uport->hw_stopped = 0; in bfin_serial_mctrl_cts_int()
123 uport->hw_stopped = 1; in bfin_serial_mctrl_cts_int()
/linux-4.1.27/drivers/staging/fwserial/
Dfwserial.c342 if (tty->hw_stopped) { in fwtty_update_port_status()
344 tty->hw_stopped = 0; in fwtty_update_port_status()
352 tty->hw_stopped = 1; in fwtty_update_port_status()
360 if (tty->hw_stopped) { in fwtty_update_port_status()
362 tty->hw_stopped = 0; in fwtty_update_port_status()
370 tty->hw_stopped = 1; in fwtty_update_port_status()
737 while (!tty->stopped && !tty->hw_stopped && in fwtty_tx()
1018 tty->hw_stopped = 1; in fwtty_port_activate()
1320 tty->hw_stopped = 0; in fwtty_set_termios()
1324 tty->hw_stopped = 1; in fwtty_set_termios()
/linux-4.1.27/drivers/media/platform/soc_camera/
Drcar_vin.c874 bool can_run = false, hw_stopped; in rcar_vin_irq() local
891 hw_stopped = !(ioread32(priv->base + VNMS_REG) & VNMS_CA); in rcar_vin_irq()
909 if (hw_stopped || !can_run) { in rcar_vin_irq()
924 } else if (hw_stopped) { in rcar_vin_irq()
/linux-4.1.27/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()
1538 tty->hw_stopped || !info->tx_buf) in mgslpc_flush_chars()
1606 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in mgslpc_write()
2333 tty->hw_stopped = 0; in mgslpc_set_termios()