Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A 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()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Damiserial.c313 || info->tport.tty->hw_stopped) { in transmit_chars()
380 if (port->tty->hw_stopped) { in check_modem_status()
385 port->tty->hw_stopped = 0; in check_modem_status()
400 port->tty->hw_stopped = 1; in check_modem_status()
772 || tty->hw_stopped in rs_flush_chars()
816 && !tty->hw_stopped in rs_write()
1233 tty->hw_stopped = 0; in rs_set_termios()
H A 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()
H A Dmxser.c721 if (tty->hw_stopped) { in mxser_change_speed()
723 tty->hw_stopped = 0; in mxser_change_speed()
737 tty->hw_stopped = 1; in mxser_change_speed()
828 if (tty->hw_stopped) { in mxser_check_modem_status()
830 tty->hw_stopped = 0; in mxser_check_modem_status()
844 tty->hw_stopped = 1; in mxser_check_modem_status()
1129 if (!tty->hw_stopped || in mxser_write()
1160 if (!tty->hw_stopped || in mxser_put_char()
1180 (tty->hw_stopped && info->type != PORT_16550A && in mxser_flush_chars()
1787 if (tty->hw_stopped) in mxser_ioctl()
[all …]
H A 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()
H A 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()
2246 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
2301 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txrdy()
2466 if (info->port.tty->hw_stopped) { in isr_io_pin()
2470 info->port.tty->hw_stopped = 0; in isr_io_pin()
2479 info->port.tty->hw_stopped = 1; in isr_io_pin()
H A Dsynclink_gt.c740 tty->hw_stopped = 0; in set_termios()
772 if (!count || tty->stopped || tty->hw_stopped) in write()
894 tty->hw_stopped || !info->tx_buf) in flush_chars()
1962 if (info->port.tty->hw_stopped) { in cts_change()
1964 info->port.tty->hw_stopped = 0; in cts_change()
1970 info->port.tty->hw_stopped = 1; in cts_change()
2246 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
H A Dsynclink.c1260 if (info->port.tty->stopped || info->port.tty->hw_stopped) { in mgsl_isr_transmit_status()
1358 if (info->port.tty->hw_stopped) { in mgsl_isr_io_pin()
1362 info->port.tty->hw_stopped = 0; in mgsl_isr_io_pin()
1372 info->port.tty->hw_stopped = 1; in mgsl_isr_io_pin()
1406 if (info->port.tty->stopped || info->port.tty->hw_stopped) { in mgsl_isr_transmit_data()
2051 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in mgsl_flush_chars()
2191 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) { in mgsl_write()
3048 tty->hw_stopped = 0; in mgsl_set_termios()
/OK3568_Linux_fs/kernel/Documentation/networking/caif/
H A Dcaif.rst74 - 0x10 - tty->hw_stopped is on.
136 tty_status = 0x10 (hw_stopped) and ser_state = 0x10 (FLOW_OFF_SENT).
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H 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()
725 while (!tty->stopped && !tty->hw_stopped && in fwtty_tx()
1004 tty->hw_stopped = 1; in fwtty_port_activate()
1292 tty->hw_stopped = 0; in fwtty_set_termios()
1296 tty->hw_stopped = 1; in fwtty_set_termios()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c499 int hw_stopped; in uart_change_speed() local
526 hw_stopped = uport->hw_stopped; in uart_change_speed()
527 uport->hw_stopped = uart_softcts_mode(uport) && in uart_change_speed()
529 if (uport->hw_stopped) { in uart_change_speed()
530 if (!hw_stopped) in uart_change_speed()
533 if (hw_stopped) in uart_change_speed()
3162 if (uport->hw_stopped) { in uart_handle_cts_change()
3164 uport->hw_stopped = 0; in uart_handle_cts_change()
3170 uport->hw_stopped = 1; in uart_handle_cts_change()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h236 int hw_stopped; /* sw-assisted CTS flow state */ member
468 if ((tty && tty->stopped) || port->hw_stopped) in uart_tx_stopped()
H A Dtty.h328 int hw_stopped; member
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Devent_log_payload.h88 uint32 hw_stopped; /* flow control bitmap */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Devent_log_payload.h89 uint32 hw_stopped; /* flow control bitmap */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Devent_log_payload.h89 uint32 hw_stopped; /* flow control bitmap */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Devent_log_payload.h89 uint32 hw_stopped; /* flow control bitmap */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Devent_log_payload.h111 uint32 hw_stopped; /* flow control bitmap */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Devent_log_payload.h111 uint32 hw_stopped; /* flow control bitmap */ member