/Linux-v4.19/drivers/mmc/core/ |
D | sdio_uart.c | 494 if (tty && C_CRTSCTS(tty)) { in sdio_uart_check_modem_status() 652 if (C_CRTSCTS(tty)) in sdio_uart_activate() 834 if (!I_IXOFF(tty) && !C_CRTSCTS(tty)) in sdio_uart_throttle() 845 if (C_CRTSCTS(tty)) in sdio_uart_throttle() 856 if (!I_IXOFF(tty) && !C_CRTSCTS(tty)) in sdio_uart_unthrottle() 871 if (C_CRTSCTS(tty)) in sdio_uart_unthrottle()
|
/Linux-v4.19/drivers/usb/serial/ |
D | mct_u232.c | 229 if (port && C_CRTSCTS(tty)) in mct_u232_set_baud_rate() 746 if (C_CRTSCTS(tty)) { in mct_u232_throttle() 763 if ((priv->rx_flags & THROTTLED) && C_CRTSCTS(tty)) { in mct_u232_unthrottle()
|
D | mxuport.c | 812 C_CRTSCTS(tty) != (old_termios->c_cflag & CRTSCTS)) { in mxuport_set_termios_flow() 813 if (C_CRTSCTS(tty)) in mxuport_set_termios_flow() 822 if (C_CRTSCTS(tty)) in mxuport_set_termios_flow()
|
D | ti_usb_3410_5052.c | 885 if (I_IXOFF(tty) || C_CRTSCTS(tty)) in ti_throttle() 897 if (I_IXOFF(tty) || C_CRTSCTS(tty)) { in ti_unthrottle() 981 if (C_CRTSCTS(tty)) { in ti_set_termios() 1493 if (tty && C_CRTSCTS(tty)) { in ti_handle_new_msr()
|
D | upd78f0730.c | 368 if (C_CRTSCTS(tty)) { in upd78f0730_set_termios()
|
D | digi_acceleport.c | 703 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in digi_set_termios() 1509 rts = C_CRTSCTS(tty); in digi_read_oob_callback()
|
D | io_ti.c | 1583 if (tty && C_CRTSCTS(tty)) { in handle_new_msr() 2159 if (C_CRTSCTS(tty)) in edge_throttle() 2185 if (C_CRTSCTS(tty)) { in edge_unthrottle()
|
D | mos7720.c | 1306 if (C_CRTSCTS(tty)) { in mos7720_throttle() 1336 if (C_CRTSCTS(tty)) { in mos7720_unthrottle()
|
D | pl2303.c | 673 if (C_CRTSCTS(tty)) { in pl2303_set_termios()
|
D | mos7840.c | 1421 if (C_CRTSCTS(tty)) { in mos7840_throttle() 1462 if (C_CRTSCTS(tty)) { in mos7840_unthrottle()
|
D | io_edgeport.c | 1494 if (C_CRTSCTS(tty)) { in edge_throttle() 1531 if (C_CRTSCTS(tty)) { in edge_unthrottle()
|
/Linux-v4.19/drivers/staging/fwserial/ |
D | fwserial.c | 326 if (tty && C_CRTSCTS(tty)) { in fwtty_update_port_status() 452 if (C_CRTSCTS(tty)) in fwtty_throttle_port() 1000 if (C_CRTSCTS(tty) && ~port->mstatus & TIOCM_CTS) in fwtty_port_activate() 1172 fwtty_dbg(port, "CRTSCTS: %d\n", C_CRTSCTS(tty) != 0); in fwtty_unthrottle() 1178 if (C_CRTSCTS(tty)) in fwtty_unthrottle() 1293 if (C_CRTSCTS(tty) || !tty_throttled(tty)) in fwtty_set_termios() 1302 if (!C_CRTSCTS(tty)) { in fwtty_set_termios() 1306 } else if (C_CRTSCTS(tty) && ~port->mstatus & TIOCM_CTS) { in fwtty_set_termios()
|
/Linux-v4.19/drivers/tty/ |
D | amiserial.c | 961 if (C_CRTSCTS(tty)) in rs_throttle() 986 if (C_CRTSCTS(tty)) in rs_unthrottle() 1322 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in rs_set_termios() 1330 if ((old_termios->c_cflag & CRTSCTS) && !C_CRTSCTS(tty)) { in rs_set_termios()
|
D | isicom.c | 757 tty_port_set_cts_flow(&port->port, C_CRTSCTS(tty)); in isicom_config_port() 758 if (C_CRTSCTS(tty)) in isicom_config_port() 1194 if ((old_termios->c_cflag & CRTSCTS) && !C_CRTSCTS(tty)) { in isicom_set_termios()
|
D | mxser.c | 1862 if (C_CRTSCTS(tty)) { in mxser_stoprx() 1899 if (C_CRTSCTS(tty)) { in mxser_unthrottle() 1947 if ((old_termios->c_cflag & CRTSCTS) && !C_CRTSCTS(tty)) { in mxser_set_termios()
|
D | n_gsm.c | 3145 if (C_CRTSCTS(tty)) in gsmtty_throttle() 3157 if (C_CRTSCTS(tty)) in gsmtty_unthrottle()
|
D | synclink_gt.c | 786 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in set_termios() 794 if ((old_termios->c_cflag & CRTSCTS) && !C_CRTSCTS(tty)) { in set_termios() 1346 if (C_CRTSCTS(tty)) { in throttle() 1371 if (C_CRTSCTS(tty)) { in unthrottle()
|
D | synclinkmp.c | 884 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in set_termios() 892 if (old_termios->c_cflag & CRTSCTS && !C_CRTSCTS(tty)) { in set_termios() 1457 if (C_CRTSCTS(tty)) { in throttle() 1486 if (C_CRTSCTS(tty)) { in unthrottle()
|
D | cyclades.c | 2782 if ((old_termios->c_cflag & CRTSCTS) && !C_CRTSCTS(tty)) { in cy_set_termios() 2853 if (C_CRTSCTS(tty)) { in cy_throttle() 2890 if (C_CRTSCTS(tty)) { in cy_unthrottle()
|
D | synclink.c | 2355 if (C_CRTSCTS(tty)) { in mgsl_throttle() 2389 if (C_CRTSCTS(tty)) { in mgsl_unthrottle() 3041 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in mgsl_set_termios() 3049 if (old_termios->c_cflag & CRTSCTS && !C_CRTSCTS(tty)) { in mgsl_set_termios()
|
D | rocket.c | 1075 if ((old_termios->c_cflag & CRTSCTS) && !C_CRTSCTS(tty)) in rp_set_termios()
|
/Linux-v4.19/drivers/char/pcmcia/ |
D | synclink_cs.c | 1729 if (C_CRTSCTS(tty)) { in mgslpc_throttle() 1758 if (C_CRTSCTS(tty)) { in mgslpc_unthrottle() 2312 if (!C_CRTSCTS(tty) || !tty_throttled(tty)) in mgslpc_set_termios() 2320 if (old_termios->c_cflag & CRTSCTS && !C_CRTSCTS(tty)) { in mgslpc_set_termios()
|
/Linux-v4.19/include/linux/ |
D | tty.h | 169 #define C_CRTSCTS(tty) _C_FLAG((tty), CRTSCTS) macro
|
/Linux-v4.19/drivers/staging/greybus/ |
D | uart.c | 539 if (C_CRTSCTS(tty) && C_BAUD(tty) != B0) in gb_tty_set_termios()
|
/Linux-v4.19/drivers/tty/serial/ |
D | serial_core.c | 693 if (C_CRTSCTS(tty)) in uart_throttle() 722 if (C_CRTSCTS(tty)) in uart_unthrottle()
|