/linux-4.4.14/drivers/mmc/card/ |
D | sdio_uart.c | 338 if ((termios->c_cflag & CRTSCTS) || !(termios->c_cflag & CLOCAL)) in sdio_uart_change_speed() 496 if (tty && (tty->termios.c_cflag & CRTSCTS)) { in sdio_uart_check_modem_status() 654 if (tty->termios.c_cflag & CRTSCTS) in sdio_uart_activate() 836 if (!I_IXOFF(tty) && !(tty->termios.c_cflag & CRTSCTS)) in sdio_uart_throttle() 847 if (tty->termios.c_cflag & CRTSCTS) in sdio_uart_throttle() 858 if (!I_IXOFF(tty) && !(tty->termios.c_cflag & CRTSCTS)) in sdio_uart_unthrottle() 873 if (tty->termios.c_cflag & CRTSCTS) in sdio_uart_unthrottle() 898 if (!(cflag & CRTSCTS) || !test_bit(TTY_THROTTLED, &tty->flags)) in sdio_uart_set_termios() 904 if ((old_termios->c_cflag & CRTSCTS) && !(cflag & CRTSCTS)) { in sdio_uart_set_termios() 910 if (!(old_termios->c_cflag & CRTSCTS) && (cflag & CRTSCTS)) { in sdio_uart_set_termios()
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_tty_ioctl.c | 89 if (cflag & CRTSCTS) { in ircomm_tty_change_speed() 171 if (!(tty->termios.c_cflag & CRTSCTS) || in ircomm_tty_set_termios() 179 if ((old_termios->c_cflag & CRTSCTS) && in ircomm_tty_set_termios() 180 !(tty->termios.c_cflag & CRTSCTS)) in ircomm_tty_set_termios()
|
D | ircomm_tty.c | 809 if (tty->termios.c_cflag & CRTSCTS) { in ircomm_tty_throttle() 839 if (tty->termios.c_cflag & CRTSCTS) { in ircomm_tty_unthrottle()
|
/linux-4.4.14/drivers/usb/serial/ |
D | kl5kusb105.c | 430 if (!(old_cflag & CRTSCTS)) in klsi_105_set_termios() 538 || (cflag & CRTSCTS) != (old_cflag & CRTSCTS)) { in klsi_105_set_termios() 540 tty->termios.c_cflag &= ~CRTSCTS; in klsi_105_set_termios() 543 if ((iflag & IXOFF) || (iflag & IXON) || (cflag & CRTSCTS)) in klsi_105_set_termios()
|
D | cp210x.c | 622 cflag |= CRTSCTS; in cp210x_get_termios_port() 625 cflag &= ~CRTSCTS; in cp210x_get_termios_port() 773 if ((cflag & CRTSCTS) != (old_cflag & CRTSCTS)) { in cp210x_set_termios() 779 if (cflag & CRTSCTS) { in cp210x_set_termios()
|
D | digi_acceleport.c | 702 if (!(tty->termios.c_cflag & CRTSCTS) || in digi_set_termios() 798 || (cflag&CRTSCTS) != (old_cflag&CRTSCTS)) { in digi_set_termios() 805 if (cflag&CRTSCTS) { in digi_set_termios() 826 || (cflag & CRTSCTS) != (old_cflag & CRTSCTS)) { in digi_set_termios() 833 if (cflag & CRTSCTS) { in digi_set_termios() 1513 rts = tty->termios.c_cflag & CRTSCTS; in digi_read_oob_callback()
|
D | belkin_sa.c | 319 if (!(old_cflag & CRTSCTS)) in belkin_sa_set_termios() 399 ((cflag ^ old_cflag) & CRTSCTS)) { in belkin_sa_set_termios() 406 if (cflag & CRTSCTS) in belkin_sa_set_termios()
|
D | spcp8x5.c | 310 if (!(old_termios->c_cflag & CRTSCTS)) in spcp8x5_set_termios() 386 if (cflag & CRTSCTS) { in spcp8x5_set_termios()
|
D | mos7720.c | 1311 if (tty->termios.c_cflag & CRTSCTS) { in mos7720_throttle() 1341 if (tty->termios.c_cflag & CRTSCTS) { in mos7720_unthrottle() 1637 if (cflag & CRTSCTS) { in change_port_settings()
|
D | ssu100.c | 252 if (cflag & CRTSCTS) in ssu100_set_termios()
|
D | ark3116.c | 256 hcr = (cflag & CRTSCTS) ? 0x03 : 0x00; in ark3116_set_termios()
|
D | mos7840.c | 1428 if (tty->termios.c_cflag & CRTSCTS) { in mos7840_throttle() 1469 if (tty->termios.c_cflag & CRTSCTS) { in mos7840_unthrottle() 1821 if (cflag & CRTSCTS) in mos7840_change_port_settings()
|
D | io_edgeport.c | 1403 if (tty->termios.c_cflag & CRTSCTS) { in edge_throttle() 1440 if (tty->termios.c_cflag & CRTSCTS) { in edge_unthrottle() 2454 if (cflag & CRTSCTS) { in change_port_settings()
|
D | whiteheat.c | 717 if (cflag & CRTSCTS) in firm_setup_port()
|
D | oti6858.c | 473 if ((cflag & CRTSCTS) != 0) in oti6858_set_termios()
|
D | quatech2.c | 313 if (cflag & CRTSCTS) in qt2_set_termios()
|
D | cypress_m8.c | 903 tty->termios.c_cflag &= ~(CMSPAR|CRTSCTS); in cypress_set_termios()
|
D | keyspan.c | 175 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_set_termios() 1076 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_open()
|
D | mxuport.c | 816 C_CRTSCTS(tty) != (old_termios->c_cflag & CRTSCTS)) { in mxuport_set_termios_flow()
|
D | ftdi_sio.c | 2207 termios->c_cflag |= CRTSCTS; in ftdi_set_termios() 2326 if (cflag & CRTSCTS) { in ftdi_set_termios()
|
D | ti_usb_3410_5052.c | 772 if (cflag & CRTSCTS) { in ti_set_termios()
|
D | io_ti.c | 2308 if (cflag & CRTSCTS) { in change_port_settings()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/ |
D | serial-sh7722.c | 14 if (!(cflag & CRTSCTS)) in sh7722_sci_init_pins()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | serial-sh770x.c | 18 if (!(cflag & CRTSCTS)) { in sh770x_sci_init_pins()
|
D | serial-sh7720.c | 11 if (cflag & CRTSCTS) { in sh7720_sci_init_pins()
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | termbits.h | 165 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-4.4.14/net/nfc/nci/ |
D | uart.c | 455 new_termios.c_cflag |= CRTSCTS; in nci_uart_set_config() 457 new_termios.c_cflag &= ~CRTSCTS; in nci_uart_set_config()
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | termbits.h | 161 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | termbits.h | 170 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | termbits.h | 162 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | termbits.h | 178 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-4.4.14/arch/avr32/include/uapi/asm/ |
D | termbits.h | 160 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-4.4.14/arch/frv/include/uapi/asm/ |
D | termbits.h | 163 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-4.4.14/arch/m32r/include/uapi/asm/ |
D | termbits.h | 162 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-4.4.14/arch/mn10300/include/uapi/asm/ |
D | termbits.h | 163 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | termbits.h | 174 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | termbits.h | 185 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | termbits.h | 199 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_ldisc.c | 272 ktermios.c_cflag &= ~CRTSCTS; in hci_uart_set_flow_control() 306 ktermios.c_cflag |= CRTSCTS; in hci_uart_set_flow_control() 333 ktermios.c_cflag |= CRTSCTS; in hci_uart_init_tty()
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | termbits.h | 204 #define CRTSCTS 0x80000000 /* flow control */ macro
|
/linux-4.4.14/drivers/tty/ |
D | amiserial.c | 731 if (cflag & CRTSCTS) { in change_speed() 979 if (tty->termios.c_cflag & CRTSCTS) in rs_throttle() 1005 if (tty->termios.c_cflag & CRTSCTS) in rs_unthrottle() 1350 if (!(tty->termios.c_cflag & CRTSCTS) || in rs_set_termios() 1360 if ((old_termios->c_cflag & CRTSCTS) && in rs_set_termios() 1361 !(tty->termios.c_cflag & CRTSCTS)) { in rs_set_termios()
|
D | mxser.c | 713 if (cflag & CRTSCTS) { in mxser_change_speed() 1612 if (cflag & CRTSCTS) in mxser_ioctl_special() 1867 if (tty->termios.c_cflag & CRTSCTS) { in mxser_stoprx() 1904 if (tty->termios.c_cflag & CRTSCTS) { in mxser_unthrottle() 1952 if ((old_termios->c_cflag & CRTSCTS) && in mxser_set_termios() 1953 !(tty->termios.c_cflag & CRTSCTS)) { in mxser_set_termios()
|
D | cyclades.c | 2086 if (cflag & CRTSCTS) { in cy_set_line_char() 2145 if ((cflag & CRTSCTS) && info->rflow) in cy_set_line_char() 2228 if (cflag & CRTSCTS) { in cy_set_line_char() 2798 if ((old_termios->c_cflag & CRTSCTS) && in cy_set_termios() 2799 !(tty->termios.c_cflag & CRTSCTS)) { in cy_set_termios() 2871 if (tty->termios.c_cflag & CRTSCTS) { in cy_throttle() 2908 if (tty->termios.c_cflag & CRTSCTS) { in cy_unthrottle()
|
D | isicom.c | 1207 if ((old_termios->c_cflag & CRTSCTS) && in isicom_set_termios() 1208 !(tty->termios.c_cflag & CRTSCTS)) { in isicom_set_termios()
|
D | synclink_gt.c | 789 if (!(tty->termios.c_cflag & CRTSCTS) || in set_termios() 799 if (old_termios->c_cflag & CRTSCTS && in set_termios() 800 !(tty->termios.c_cflag & CRTSCTS)) { in set_termios() 1365 if (tty->termios.c_cflag & CRTSCTS) { in throttle() 1390 if (tty->termios.c_cflag & CRTSCTS) { in unthrottle() 2584 if (cflag & CRTSCTS) in change_params()
|
D | synclinkmp.c | 886 if (!(tty->termios.c_cflag & CRTSCTS) || in set_termios() 896 if (old_termios->c_cflag & CRTSCTS && in set_termios() 897 !(tty->termios.c_cflag & CRTSCTS)) { in set_termios() 1475 if (tty->termios.c_cflag & CRTSCTS) { in throttle() 1504 if (tty->termios.c_cflag & CRTSCTS) { in unthrottle() 2821 if (cflag & CRTSCTS) in change_params()
|
D | synclink.c | 1969 if (cflag & CRTSCTS) in mgsl_change_params() 2366 if (tty->termios.c_cflag & CRTSCTS) { in mgsl_throttle() 2400 if (tty->termios.c_cflag & CRTSCTS) { in mgsl_unthrottle() 3054 if (!(tty->termios.c_cflag & CRTSCTS) || in mgsl_set_termios() 3064 if (old_termios->c_cflag & CRTSCTS && in mgsl_set_termios() 3065 !(tty->termios.c_cflag & CRTSCTS)) { in mgsl_set_termios()
|
D | rocket.c | 766 if (cflag & CRTSCTS) { in configure_r_port() 1100 if ((old_termios->c_cflag & CRTSCTS) && !(tty->termios.c_cflag & CRTSCTS)) in rp_set_termios()
|
D | n_gsm.c | 3137 if (tty->termios.c_cflag & CRTSCTS) in gsmtty_throttle() 3149 if (tty->termios.c_cflag & CRTSCTS) in gsmtty_unthrottle()
|
D | moxa.c | 1486 if (ts->c_cflag & CRTSCTS) in moxa_set_tty_param()
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_mgmt.c | 226 ch->ch_c_cflag & CRTSCTS) in dgnc_mgmt_ioctl()
|
D | dgnc_cls.c | 624 (ch->ch_c_cflag & CRTSCTS) || in cls_param() 636 if (ch->ch_digi.digi_flags & CTSPACE || ch->ch_c_cflag & CRTSCTS) { in cls_param() 652 if (ch->ch_digi.digi_flags & RTSPACE || ch->ch_c_cflag & CRTSCTS) { in cls_param()
|
D | dgnc_neo.c | 324 if (ch->ch_digi.digi_flags & (CTSPACE | RTSPACE) || ch->ch_c_cflag & CRTSCTS) in neo_set_new_start_stop_chars() 771 (ch->ch_c_cflag & CRTSCTS) || in neo_param() 786 if (ch->ch_digi.digi_flags & CTSPACE || ch->ch_c_cflag & CRTSCTS) { in neo_param() 798 if (ch->ch_digi.digi_flags & RTSPACE || ch->ch_c_cflag & CRTSCTS) { in neo_param()
|
D | dgnc_tty.c | 866 ch->ch_c_cflag & CRTSCTS) { in dgnc_check_queue_flow_control() 899 ch->ch_c_cflag & CRTSCTS) { in dgnc_check_queue_flow_control()
|
/linux-4.4.14/drivers/tty/serial/ |
D | 68328serial.c | 540 if (cflag & CRTSCTS) { in change_speed() 979 if ((old_termios->c_cflag & CRTSCTS) && 980 !(tty->termios.c_cflag & CRTSCTS))
|
D | stm32-usart.c | 356 cflag &= ~CRTSCTS; in stm32_set_termios() 382 if (cflag & CRTSCTS) { in stm32_set_termios()
|
D | st-asc.c | 489 (ascport->hw_flow_control ? 0 : CRTSCTS)); in asc_set_termios() 525 if ((cflag & CRTSCTS)) in asc_set_termios()
|
D | bfin_sport_uart.c | 501 termios->c_cflag |= CRTSCTS; in sport_set_termios() 503 termios->c_cflag &= ~CRTSCTS; in sport_set_termios()
|
D | 21285.c | 218 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR); in serial21285_set_termios()
|
D | serial_core.c | 464 if (termios->c_cflag & CRTSCTS) in uart_change_speed() 642 if (tty->termios.c_cflag & CRTSCTS) in uart_throttle() 665 if (tty->termios.c_cflag & CRTSCTS) in uart_unthrottle() 1363 if (!(cflag & CRTSCTS) || !test_bit(TTY_THROTTLED, &tty->flags)) in uart_set_termios() 1971 termios.c_cflag |= CRTSCTS; in uart_set_options()
|
D | fsl_lpuart.c | 1243 if (termios->c_cflag & CRTSCTS) { in lpuart_set_termios() 1246 termios->c_cflag &= ~CRTSCTS; in lpuart_set_termios() 1378 if (termios->c_cflag & CRTSCTS) { in lpuart32_set_termios() 1381 termios->c_cflag &= ~CRTSCTS; in lpuart32_set_termios()
|
D | arc_uart.c | 395 new->c_cflag &= ~(CMSPAR|CRTSCTS|CSIZE); in arc_serial_set_termios()
|
D | apbuart.c | 259 if (termios->c_cflag & CRTSCTS) in apbuart_set_termios()
|
D | crisv10.c | 2896 if (cflag & CRTSCTS) { in change_speed() 3170 if (tty->termios.c_cflag & CRTSCTS) { in rs_throttle() 3190 if (tty->termios.c_cflag & CRTSCTS) { in rs_unthrottle() 3558 if ((old_termios->c_cflag & CRTSCTS) && in rs_set_termios() 3559 !(tty->termios.c_cflag & CRTSCTS)) in rs_set_termios()
|
D | meson_uart.c | 332 if (cflags & CRTSCTS) in meson_uart_set_termios()
|
D | mcf.c | 254 if (termios->c_cflag & CRTSCTS) { in mcf_set_termios()
|
D | lpc32xx_hs.c | 546 termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS); in serial_lpc32xx_set_termios()
|
D | sprd_serial.c | 446 if (termios->c_cflag & CRTSCTS) { in sprd_set_termios()
|
D | netx-serial.c | 369 if (termios->c_cflag & CRTSCTS) in netx_set_termios()
|
D | bfin_uart.c | 793 termios->c_cflag |= CRTSCTS; in bfin_serial_set_termios() 795 termios->c_cflag &= ~CRTSCTS; in bfin_serial_set_termios()
|
D | men_z135_uart.c | 698 if (termios->c_cflag & CRTSCTS) { in men_z135_set_termios()
|
D | efm32-uart.c | 355 new->c_cflag &= ~(CRTSCTS | CMSPAR); in efm32_uart_set_termios()
|
D | etraxfs-uart.c | 751 if (termios->c_cflag & CRTSCTS) { in etraxfs_uart_set_termios()
|
D | pxa.c | 532 if (termios->c_cflag & CRTSCTS) in serial_pxa_set_termios()
|
D | sb1250-duart.c | 617 if (termios->c_cflag & CRTSCTS) in sbd_set_termios()
|
D | rp2.c | 367 ((cfl & CRTSCTS) ? (RP2_TXRX_CTL_RTSFLOW_m | in __rp2_uart_set_termios()
|
D | serial_txx9.c | 720 if ((termios->c_cflag & CRTSCTS) && in serial_txx9_set_termios()
|
D | imx.c | 1308 if (termios->c_cflag & CRTSCTS) { in imx_set_termios() 1325 termios->c_cflag &= ~CRTSCTS; in imx_set_termios()
|
D | amba-pl011.c | 1873 if (termios->c_cflag & CRTSCTS) { in pl011_set_termios() 1931 termios->c_cflag &= ~(CMSPAR | CRTSCTS); in sbsa_uart_set_termios()
|
D | sh-sci.c | 644 ((!(cflag & CRTSCTS)))) { in sci_init_pins() 2012 if (termios->c_cflag & CRTSCTS) in sci_set_termios()
|
D | max310x.c | 857 if (termios->c_cflag & CRTSCTS) in max310x_set_termios()
|
D | atmel_serial.c | 2177 } else if (termios->c_cflag & CRTSCTS) { in atmel_set_termios() 2181 termios->c_cflag &= ~CRTSCTS; in atmel_set_termios()
|
D | sc16is7xx.c | 891 if (termios->c_cflag & CRTSCTS) in sc16is7xx_set_termios()
|
D | mxs-auart.c | 735 if (cflag & CRTSCTS) { in mxs_auart_settermios()
|
D | zs.c | 948 if (termios->c_cflag & CRTSCTS) { in zs_set_termios()
|
D | serial-tegra.c | 1165 if (termios->c_cflag & CRTSCTS) { in tegra_uart_set_termios()
|
D | sunsu.c | 884 serial_outp(up, UART_EFR, cflag & CRTSCTS ? UART_EFR_CTS :0); in sunsu_change_speed()
|
D | msm_serial.c | 1091 if (termios->c_cflag & CRTSCTS) { in msm_set_termios()
|
D | ioc3_serial.c | 1018 if (cflag & CRTSCTS) { in ioc3_change_speed()
|
D | icom.c | 1174 if (cflag & CRTSCTS) in icom_set_termios()
|
D | mpc52xx_uart.c | 1219 if (new->c_cflag & CRTSCTS) { in mpc52xx_uart_set_termios()
|
D | omap-serial.c | 1049 if (termios->c_cflag & CRTSCTS && up->port.flags & UPF_HARD_FLOW) { in serial_omap_set_termios()
|
D | pch_uart.c | 1424 if ((termios->c_cflag & CRTSCTS) && (priv->fifo_size == 256)) in pch_uart_set_termios()
|
D | ioc4_serial.c | 1759 if (cflag & CRTSCTS) { in ioc4_change_speed()
|
D | samsung.c | 1335 if (termios->c_cflag & CRTSCTS) { in s3c24xx_serial_set_termios()
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
D | jsm_neo.c | 271 if (ch->ch_c_cflag & CRTSCTS) in neo_set_new_start_stop_chars() 1062 if (ch->ch_c_cflag & CRTSCTS) in neo_param() 1074 if (ch->ch_c_cflag & CRTSCTS) in neo_param()
|
D | jsm_tty.c | 786 if (ch->ch_c_cflag & CRTSCTS) { in jsm_check_queue_flow_control() 824 if (ch->ch_c_cflag & CRTSCTS) { in jsm_check_queue_flow_control()
|
D | jsm_cls.c | 789 if (ch->ch_c_cflag & CRTSCTS) in cls_param() 804 if (ch->ch_c_cflag & CRTSCTS) in cls_param()
|
/linux-4.4.14/include/linux/ |
D | serial_core.h | 475 (cflag) & CRTSCTS || \
|
D | tty.h | 167 #define C_CRTSCTS(tty) _C_FLAG((tty), CRTSCTS)
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | tty.c | 887 if ((old->c_cflag & CRTSCTS) && !(new->c_cflag & CRTSCTS)) in rfcomm_tty_set_termios()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 1469 if (cflag & CRTSCTS) in mgslpc_change_params() 1736 if (tty->termios.c_cflag & CRTSCTS) { in mgslpc_throttle() 1765 if (tty->termios.c_cflag & CRTSCTS) { in mgslpc_unthrottle() 2321 if (!(tty->termios.c_cflag & CRTSCTS) || in mgslpc_set_termios() 2331 if (old_termios->c_cflag & CRTSCTS && in mgslpc_set_termios() 2332 !(tty->termios.c_cflag & CRTSCTS)) { in mgslpc_set_termios()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_dw.c | 239 if (termios->c_cflag & CRTSCTS) in dw8250_set_termios()
|
D | 8250_port.c | 2288 if (termios->c_cflag & CRTSCTS) in serial8250_do_set_termios() 2346 if (termios->c_cflag & CRTSCTS) in serial8250_do_set_termios()
|
D | 8250_omap.c | 444 if (termios->c_cflag & CRTSCTS && up->port.flags & UPF_HARD_FLOW) { in omap_8250_set_termios()
|
D | 8250_pci.c | 1426 if (termios->c_cflag & CRTSCTS) in byt_set_termios()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | interface.c | 439 if (!(old_cflag & CRTSCTS)) in if_set_termios()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300-serial.c | 1338 if (port->type == PORT_MN10300_CTS && cflag & CRTSCTS) { in mn10300_serial_change_speed() 1399 if (!(new->c_cflag & CRTSCTS)) { in mn10300_serial_set_termios()
|
/linux-4.4.14/drivers/ipack/devices/ |
D | ipoctal.c | 532 if (cflag & CRTSCTS) { in ipoctal_set_termios()
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 226 CRTSCTS - if set, enable CTS status change reporting
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.c | 1318 if (old->c_cflag & CRTSCTS) { in fwtty_set_termios()
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.c | 2917 if (ch->ch_c_cflag & CRTSCTS) in dgap_param()
|