Home
last modified time | relevance | path

Searched refs:TIOCM_CTS (Results 1 – 145 of 145) sorted by relevance

/linux-4.1.27/arch/cris/include/uapi/asm/
Dtermios.h32 #define TIOCM_CTS 0x020 macro
/linux-4.1.27/arch/s390/include/uapi/asm/
Dtermios.h36 #define TIOCM_CTS 0x020 macro
/linux-4.1.27/arch/avr32/include/uapi/asm/
Dtermios.h37 #define TIOCM_CTS 0x020 macro
/linux-4.1.27/include/uapi/asm-generic/
Dtermios.h37 #define TIOCM_CTS 0x020 macro
/linux-4.1.27/arch/m32r/include/uapi/asm/
Dtermios.h30 #define TIOCM_CTS 0x020 macro
/linux-4.1.27/arch/ia64/include/uapi/asm/
Dtermios.h37 #define TIOCM_CTS 0x020 macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dtermios.h30 #define TIOCM_CTS 0x020 macro
/linux-4.1.27/arch/frv/include/uapi/asm/
Dtermios.h31 #define TIOCM_CTS 0x020 macro
/linux-4.1.27/arch/arm/mach-sa1100/
Dh3xxx.c123 u_int ret = TIOCM_CD | TIOCM_CTS | TIOCM_DSR; in h3xxx_uart_get_mctrl()
134 ret &= ~TIOCM_CTS; in h3xxx_uart_get_mctrl()
Dneponset.c132 u_int ret = TIOCM_CD | TIOCM_CTS | TIOCM_DSR; in neponset_get_mctrl()
143 ret &= ~TIOCM_CTS; in neponset_get_mctrl()
150 ret &= ~TIOCM_CTS; in neponset_get_mctrl()
Dassabet.c595 ret |= TIOCM_CTS; in assabet_get_mctrl()
602 ret |= TIOCM_CTS; in assabet_get_mctrl()
608 ret = TIOCM_CD | TIOCM_CTS | TIOCM_DSR; in assabet_get_mctrl()
Dhackkit.c147 ret = TIOCM_CD | TIOCM_CTS | TIOCM_DSR; in hackkit_get_mctrl()
Dcollie.c182 ret |= TIOCM_CTS; in collie_uart_get_mctrl()
/linux-4.1.27/arch/mips/include/uapi/asm/
Dtermios.h69 #define TIOCM_CTS 0x040 /* clear to send */ macro
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_mgmt.c209 ni.mstat |= TIOCM_CTS; in dgnc_mgmt_ioctl()
210 ni.cts = TIOCM_CTS; in dgnc_mgmt_ioctl()
Ddigi.h25 #define TIOCM_CTS 0x20 /* clear to send */ macro
Ddgnc_tty.c1916 result |= TIOCM_CTS; in dgnc_tty_tiocmget()
2125 result |= TIOCM_CTS; in dgnc_get_mstat()
/linux-4.1.27/drivers/bluetooth/
Dhci_ath.c57 if (status & TIOCM_CTS) in ath_wakeup_ar3k()
89 if (!(status & TIOCM_CTS)) in ath_hci_uart_work()
/linux-4.1.27/arch/mn10300/include/uapi/asm/
Dtermios.h31 #define TIOCM_CTS 0x020 macro
/linux-4.1.27/arch/xtensa/include/uapi/asm/
Dioctls.h63 # define TIOCM_CTS 0x020 macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dioctls.h59 # define TIOCM_CTS 0x020 macro
/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dioctls.h59 # define TIOCM_CTS 0x020 macro
/linux-4.1.27/arch/sh/include/uapi/asm/
Dioctls.h51 # define TIOCM_CTS 0x020 macro
/linux-4.1.27/drivers/tty/serial/
Dserial_mctrl_gpio.c34 { "cts", TIOCM_CTS, false, },
Dbfin_sport_uart.c220 return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in sport_get_mctrl()
224 return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in sport_get_mctrl()
251 uart_handle_cts_change(&up->port, status & TIOCM_CTS); in sport_mctrl_cts_int()
259 return TIOCM_CTS | TIOCM_CD | TIOCM_DSR; in sport_get_mctrl()
Dpnx8xxx_uart.c100 if (changed & TIOCM_CTS) in pnx8xxx_mctrl_check()
101 uart_handle_cts_change(&sport->port, status & TIOCM_CTS); in pnx8xxx_mctrl_check()
337 mctrl |= msr & PNX8XXX_UART_MCR_CTS ? TIOCM_CTS : 0; in pnx8xxx_get_mctrl()
Dtimbuart.c217 return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in timbuart_get_mctrl()
240 uart_handle_cts_change(port, cts & TIOCM_CTS); in timbuart_mctrl_check()
Dsa1100.c116 if (changed & TIOCM_CTS) in sa1100_mctrl_check()
117 uart_handle_cts_change(&sport->port, status & TIOCM_CTS); in sa1100_mctrl_check()
338 return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in sa1100_get_mctrl()
Dmxs-auart.c434 #define MCTRL_ANY_DELTA (TIOCM_RI | TIOCM_DSR | TIOCM_CD | TIOCM_CTS)
449 if (mctrl_diff & TIOCM_CTS) in mxs_auart_modem_status()
450 uart_handle_cts_change(&s->port, mctrl & TIOCM_CTS); in mxs_auart_modem_status()
464 mctrl |= TIOCM_CTS; in mxs_auart_get_mctrl()
Dzs.c330 mctrl = ((status_b & CTS) ? TIOCM_CTS : 0) | in zs_raw_get_ab_mctrl()
357 mmask = ((mask_b & CTSIE) ? TIOCM_CTS : 0) | in zs_raw_xor_mctrl()
678 if (delta & TIOCM_CTS) in zs_status_handle()
680 zport->mctrl & TIOCM_CTS); in zs_status_handle()
Dbfin_uart.c83 return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in bfin_serial_get_mctrl()
87 return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in bfin_serial_get_mctrl()
126 uart_handle_cts_change(uport, status & TIOCM_CTS); in bfin_serial_mctrl_cts_int()
134 return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in bfin_serial_get_mctrl()
Dsccnxp.c557 unsigned int mctrl = TIOCM_DSR | TIOCM_CTS | TIOCM_CAR; in sccnxp_get_mctrl()
575 mctrl &= ~TIOCM_CTS; in sccnxp_get_mctrl()
576 mctrl |= (ipr & bitmask) ? TIOCM_CTS : 0; in sccnxp_get_mctrl()
Dmux.c138 return TIOCM_CAR | TIOCM_DSR | TIOCM_CTS; in mux_get_mctrl()
D21285.c161 return TIOCM_CAR | TIOCM_DSR | TIOCM_CTS; in serial21285_get_mctrl()
Dmax3100.c255 uart_handle_cts_change(&s->port, cts ? TIOCM_CTS : 0); in max3100_handlerx()
402 return (s->cts ? TIOCM_CTS : 0) | TIOCM_DSR | TIOCM_CAR; in max3100_get_mctrl()
Daltera_jtaguart.c74 return TIOCM_CAR | TIOCM_DSR | TIOCM_CTS; in altera_jtaguart_get_mctrl()
Dfsl_lpuart.c830 temp |= TIOCM_CTS; in lpuart_get_mctrl()
845 temp |= TIOCM_CTS; in lpuart32_get_mctrl()
863 if (mctrl & TIOCM_CTS) in lpuart_set_mctrl()
879 if (mctrl & TIOCM_CTS) in lpuart32_set_mctrl()
Dsunhv.c250 return TIOCM_DSR | TIOCM_CAR | TIOCM_CTS; in sunhv_get_mctrl()
Darc_uart.c327 return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in arc_serial_get_mctrl()
Dsn_console.c303 return TIOCM_CAR | TIOCM_RNG | TIOCM_DSR | TIOCM_CTS; in snp_get_mctrl()
Dapbuart.c189 return TIOCM_CAR | TIOCM_DSR | TIOCM_CTS; in apbuart_get_mctrl()
Ddigicolor-usart.c248 return TIOCM_CTS; in digicolor_uart_get_mctrl()
Dserial_ks8695.c288 result |= TIOCM_CTS; in ks8695uart_get_mctrl()
Dtilegx.c241 return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in tilegx_get_mctrl()
Daltera_uart.c110 ALTERA_UART_STATUS_CTS_MSK) ? TIOCM_CTS : 0; in altera_uart_get_mctrl()
Duartlite.c228 return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in ulite_get_mctrl()
Dclps711x.c203 unsigned int result = TIOCM_DSR | TIOCM_CTS | TIOCM_CAR; in uart_clps711x_get_mctrl()
Dserial-tegra.c172 return TIOCM_RI | TIOCM_CD | TIOCM_DSR | TIOCM_CTS; in tegra_uart_get_mctrl()
173 return TIOCM_CTS; in tegra_uart_get_mctrl()
Dmeson_uart.c95 return TIOCM_CTS; in meson_uart_get_mctrl()
Dimx.c329 if (changed & TIOCM_CTS) in imx_mctrl_check()
330 uart_handle_cts_change(&sport->port, status & TIOCM_CTS); in imx_mctrl_check()
803 tmp |= TIOCM_CTS; in imx_get_mctrl()
Dmcf.c78 0 : TIOCM_CTS; in mcf_get_mctrl()
Dnetx-serial.c277 ret |= TIOCM_CTS; in netx_get_mctrl()
Dvt8500_serial.c290 return TIOCM_CTS; in vt8500_get_mctrl()
Dlpc32xx_hs.c393 return TIOCM_CAR | TIOCM_DSR | TIOCM_CTS; in serial_lpc32xx_get_mctrl()
Dsprd_serial.c144 return TIOCM_DSR | TIOCM_CTS; in sprd_get_mctrl()
Dlantiq.c297 return TIOCM_CTS | TIOCM_CAR | TIOCM_DSR; in lqasc_get_mctrl()
Dst-asc.c398 return TIOCM_CAR | TIOCM_DSR | TIOCM_CTS; in asc_get_mctrl()
Dbcm63xx_uart.c139 mctrl |= TIOCM_CTS; in bcm_uart_get_mctrl()
Ddz.c366 unsigned int mctrl = TIOCM_CAR | TIOCM_DSR | TIOCM_CTS; in dz_get_mctrl()
Defm32-uart.c121 return TIOCM_CAR | TIOCM_CTS | TIOCM_DSR; in efm32_uart_get_mctrl()
Dmen_z135_uart.c533 mctrl |= TIOCM_CTS; in men_z135_get_mctrl()
Dserial_core.c466 !(uport->ops->get_mctrl(uport) & TIOCM_CTS); in uart_change_speed()
1106 ((arg & TIOCM_CTS) && (cnow.cts != cprev.cts))) { in uart_wait_modem_status()
1726 STATBIT(TIOCM_CTS, "|CTS"); in uart_line_info()
Damba-pl010.c295 result |= TIOCM_CTS; in pl010_get_mctrl()
Dsb1250-duart.c255 mctrl = (!(status & M_DUART_IN_PIN0_VAL) ? TIOCM_CTS : 0) | in sbd_get_mctrl()
Drp2.c298 ((status & RP2_CHAN_STAT_CTS_m) ? TIOCM_CTS : 0) | in rp2_uart_get_mctrl()
Dpxa.c299 ret |= TIOCM_CTS; in serial_pxa_get_mctrl()
Dvr41xx_siu.c234 mctrl |= TIOCM_CTS; in siu_get_mctrl()
Detraxfs-uart.c420 ret |= TIOCM_CTS; in etraxfs_uart_get_mctrl()
Dmsm_serial.c339 return TIOCM_CAR | TIOCM_CTS | TIOCM_DSR | TIOCM_RTS; in msm_get_mctrl()
Difx6x60.c307 (test_bit(IFX_SPI_CTS, &ifx_dev->signal_state) ? TIOCM_CTS : 0) | in ifx_spi_tiocmget()
Dip22zilog.c539 ret |= TIOCM_CTS; in ip22zilog_get_mctrl()
Dserial_txx9.c434 ret |= (sio_in(up, TXX9_SICISR) & TXX9_SICISR_CTSS) ? 0 : TIOCM_CTS; in serial_txx9_get_mctrl()
Datmel_serial.c265 if (ret & TIOCM_CTS) in atmel_get_lines_status()
416 ret |= TIOCM_CTS; in atmel_get_mctrl()
Ducc_uart.c297 return TIOCM_CAR | TIOCM_DSR | TIOCM_CTS; in qe_uart_get_mctrl()
Dxilinx_uartps.c924 return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in cdns_uart_get_mctrl()
Dsunsab.c402 result |= (val & SAB82532_STAR_CTS) ? TIOCM_CTS : 0; in sunsab_get_mctrl()
Dsunsu.c579 ret |= TIOCM_CTS; in sunsu_get_mctrl()
Dsunzilog.c639 ret |= TIOCM_CTS; in sunzilog_get_mctrl()
Dioc3_serial.c1782 ret |= TIOCM_CTS; in ic3_get_mctrl()
Dicom.c995 | ((status & ICOM_CTS) ? TIOCM_CTS : 0); in icom_get_mctrl()
Dcrisv10.c3388 {TIOCM_CTS, "CTS" },
3483 | (!E100_CTS_GET(info) ? TIOCM_CTS : 0); in rs_tiocmget()
Dpmac_zilog.c610 ret |= TIOCM_CTS; in pmz_get_mctrl()
Dmpc52xx_uart.c1068 ret |= TIOCM_CTS; in mpc52xx_uart_get_mctrl()
Domap-serial.c677 ret |= TIOCM_CTS; in serial_omap_get_mctrl()
Dpch_uart.c1208 ret |= TIOCM_CTS; in pch_uart_get_mctrl()
Dsirfsoc_uart.c144 return TIOCM_CAR | TIOCM_DSR | TIOCM_CTS; in sirfsoc_uart_get_mctrl()
Dmpsc.c1277 mflags |= TIOCM_CTS; in mpsc_get_mctrl()
Dioc4_serial.c2501 ret |= TIOCM_CTS; in ic4_get_mctrl()
Dsamsung.c842 return TIOCM_CAR | TIOCM_DSR | TIOCM_CTS; in s3c24xx_serial_get_mctrl()
Damba-pl011.c1456 TIOCMBIT(UART01x_FR_CTS, TIOCM_CTS); in pl011_get_mctrl()
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dtermbits.h233 #define TIOCM_CTS 0x020 macro
/linux-4.1.27/drivers/usb/serial/
Dbelkin_sa.c217 priv->control_state |= TIOCM_CTS; in belkin_sa_read_int_callback()
219 priv->control_state &= ~TIOCM_CTS; in belkin_sa_read_int_callback()
Dmct_u232.c359 *control_state |= TIOCM_CTS; in mct_u232_msr_to_state()
361 *control_state &= ~TIOCM_CTS; in mct_u232_msr_to_state()
Diuu_phoenix.c957 | TIOCM_CTS | CSTOPB | PARENB; in iuu_init_termios()
1064 iuu_cardin = TIOCM_CTS; in iuu_open()
1069 iuu_cardout = TIOCM_CTS; in iuu_open()
Dopticon.c296 result |= TIOCM_CTS; in opticon_tiocmget()
Dspcp8x5.c457 | ((status & MSR_STATUS_LINE_CTS) ? TIOCM_CTS : 0) in spcp8x5_tiocmget()
Dssu100.c406 (d[1] & UART_MSR_CTS ? TIOCM_CTS : 0) | in ssu100_tiocmget()
Dch341.c530 | ((status & CH341_BIT_CTS) ? TIOCM_CTS : 0) in ch341_tiocmget()
Dkl5kusb105.c159 | ((status & KL5KUSB105A_CTS) ? TIOCM_CTS : 0) in klsi_105_status2linestate()
Dkeyspan_pda.c402 ((status & (1<<3)) ? TIOCM_CTS : 0) | in keyspan_pda_tiocmget()
Df81232.c517 (msr & UART_MSR_CTS ? TIOCM_CTS : 0) | in f81232_tiocmget()
Ddigi_acceleport.c1519 priv->dp_modem_signals |= TIOCM_CTS; in digi_read_oob_callback()
1524 priv->dp_modem_signals &= ~TIOCM_CTS; in digi_read_oob_callback()
Dgeneric.c486 ((arg & TIOCM_CTS) && (cnow.cts != cprev->cts)); in usb_serial_generic_msr_changed()
Dark3116.c450 (status & UART_MSR_CTS ? TIOCM_CTS : 0) | in ark3116_tiocmget()
Dusb_wwan.c68 ((portdata->cts_state) ? TIOCM_CTS : 0) | in usb_wwan_tiocmget()
Dcp210x.c851 |((control & CONTROL_CTS) ? TIOCM_CTS : 0) in cp210x_tiocmget()
Doti6858.c629 result |= TIOCM_CTS; in oti6858_tiocmget()
Dquatech2.c813 (d[1] & UART_MSR_CTS ? TIOCM_CTS : 0) | in qt2_tiocmget()
Dpl2303.c717 | ((status & UART_CTS) ? TIOCM_CTS : 0) in pl2303_tiocmget()
Dsierra.c390 ((portdata->cts_state) ? TIOCM_CTS : 0) | in sierra_tiocmget()
Dcypress_m8.c831 | ((status & UART_CTS) ? TIOCM_CTS : 0) in cypress_tiocmget()
Dmxuport.c763 ((msr & UART_MSR_CTS) ? TIOCM_CTS : 0) | /* 0x020 */ in mxuport_tiocmget()
Dti_usb_3410_5052.c857 | ((msr & TI_MSR_CTS) ? TIOCM_CTS : 0) in ti_tiocmget()
Dmos7720.c1753 | ((msr & UART_MSR_CTS) ? TIOCM_CTS : 0) /* 0x020 */ in mos7720_tiocmget()
Dmos7840.c1500 | ((msr & MOS7840_MSR_CTS) ? TIOCM_CTS : 0) in mos7840_tiocmget()
Dkeyspan.c191 ((p_priv->cts_state) ? TIOCM_CTS : 0) | in keyspan_tiocmget()
Dio_ti.c2304 | ((msr & EDGEPORT_MSR_CTS) ? TIOCM_CTS: 0) /* 0x020 */ in edge_tiocmget()
Dio_edgeport.c1546 | ((msr & EDGEPORT_MSR_CTS) ? TIOCM_CTS: 0) /* 0x020 */ in edge_tiocmget()
Dftdi_sio.c2462 (buf[0] & FTDI_SIO_CTS_MASK ? TIOCM_CTS : 0) | in ftdi_tiocmget()
/linux-4.1.27/drivers/staging/fwserial/
Dfwserial.c323 if (delta & TIOCM_CTS) in fwtty_update_port_status()
339 if (delta & TIOCM_CTS) { in fwtty_update_port_status()
343 if (status & TIOCM_CTS) { in fwtty_update_port_status()
351 if (~status & TIOCM_CTS) in fwtty_update_port_status()
386 if (delta & (TIOCM_DSR | TIOCM_CAR | TIOCM_CTS | TIOCM_RNG)) in fwtty_update_port_status()
408 status |= TIOCM_CTS; in __fwtty_port_line_status()
1017 if (C_CRTSCTS(tty) && ~port->mstatus & TIOCM_CTS) in fwtty_port_activate()
1212 (mask & TIOCM_CTS && prev->cts != now.cts)); in check_msr_delta()
1323 } else if (C_CRTSCTS(tty) && ~port->mstatus & TIOCM_CTS) { in fwtty_set_termios()
/linux-4.1.27/drivers/mmc/card/
Dsdio_uart.c215 ret |= TIOCM_CTS; in sdio_uart_get_mctrl()
655 if (!(sdio_uart_get_mctrl(port) & TIOCM_CTS)) in sdio_uart_activate()
911 if (!(sdio_uart_get_mctrl(port) & TIOCM_CTS)) { in sdio_uart_set_termios()
/linux-4.1.27/net/bluetooth/rfcomm/
Dtty.c656 ((v24_sig & RFCOMM_V24_RTR) ? (TIOCM_RTS | TIOCM_CTS) : 0) | in rfcomm_dev_modem_status()
1095 if (set & TIOCM_RTS || set & TIOCM_CTS) in rfcomm_tty_tiocmset()
1104 if (clear & TIOCM_RTS || clear & TIOCM_CTS) in rfcomm_tty_tiocmset()
/linux-4.1.27/net/irda/ircomm/
Dircomm_tty_ioctl.c206 | ((self->settings.dce & IRCOMM_CTS) ? TIOCM_CTS : 0); in ircomm_tty_tiocmget()
/linux-4.1.27/drivers/tty/ipwireless/
Dtty.c298 out |= TIOCM_CTS; in get_control_lines()
/linux-4.1.27/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c120 unsigned int mctrl = TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in cpm_uart_get_mctrl()
124 mctrl &= ~TIOCM_CTS; in cpm_uart_get_mctrl()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.h686 #define TIOCM_CTS 0x20 /* clear to send */ macro
Ddgap.c3785 result |= TIOCM_CTS; in dgap_tty_tiocmget()
3996 result |= TIOCM_CTS; in dgap_get_modem_info()
/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_tty.c52 result |= TIOCM_CTS; in jsm_get_mstat()
/linux-4.1.27/drivers/tty/
Damiserial.c1164 | (!(status & SER_CTS) ? TIOCM_CTS : 0); in rs_tiocmget()
1306 ((arg & TIOCM_CTS) && (cnow.cts != cprev.cts)) ) { in rs_ioctl()
Dnozomi.c1728 (ctrl_dl->CTS ? TIOCM_CTS : 0); in ntty_tiocmget()
1762 ((flags & TIOCM_CTS) && (cnow.cts != cprev->cts)); in ntty_cflags_changed()
Dcyclades.c2425 ((status & CyCTS) ? TIOCM_CTS : 0); in cy_tiocmget()
2440 ((lstatus & C_RS_CTS) ? TIOCM_CTS : 0); in cy_tiocmget()
2631 ((arg & TIOCM_CTS) && (cnow.cts != cprev->cts)); in cy_cflags_changed()
Dmxser.c1349 ((status & UART_MSR_CTS) ? TIOCM_CTS : 0); in mxser_tiocmget()
1656 ((arg & TIOCM_CTS) && (cnow.cts != cprev->cts)); in mxser_cflags_changed()
Disicom.c1078 ((status & ISI_CTS) ? TIOCM_CTS : 0) | in isicom_tiocmget()
Dmoxa.c1284 flag |= TIOCM_CTS; in moxa_tiocmget()
Dn_gsm.c1060 mlines |= TIOCM_RTS | TIOCM_CTS; in gsm_process_modem()
Dsynclink_gt.c3175 (arg & TIOCM_CTS && cnow.cts != cprev.cts)) { in modem_input_wait()
3205 ((info->signals & SerialSignal_CTS) ? TIOCM_CTS:0); in tiocmget()
Dsynclinkmp.c3192 (arg & TIOCM_CTS && cnow.cts != cprev.cts)) { in modem_input_wait()
3221 ((info->serial_signals & SerialSignal_CTS) ? TIOCM_CTS : 0); in tiocmget()
Dsynclink.c2826 (arg & TIOCM_CTS && cnow.cts != cprev.cts)) { in modem_input_wait()
2855 ((info->serial_signals & SerialSignal_CTS) ? TIOCM_CTS:0); in tiocmget()
Drocket.c1171 ((ChanStatus & CTS_ACT) ? TIOCM_CTS : 0); in rp_tiocmget()
/linux-4.1.27/Documentation/serial/
Ddriver107 - TIOCM_CTS state of CTS signal
/linux-4.1.27/arch/mn10300/kernel/
Dmn10300-serial.c810 return TIOCM_CAR | TIOCM_CTS | TIOCM_DSR; in mn10300_serial_get_mctrl()
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c2107 (arg & TIOCM_CTS && cnow.cts != cprev.cts)) { in modem_input_wait()
2136 ((info->serial_signals & SerialSignal_CTS) ? TIOCM_CTS:0); in tiocmget()
/linux-4.1.27/drivers/usb/class/
Dcdc-acm.c803 TIOCM_CTS; in acm_tty_tiocmget()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c2001 ret |= TIOCM_CTS; in serial8250_get_mctrl()
/linux-4.1.27/drivers/isdn/i4l/
Disdn_tty.c1370 | ((status & UART_MSR_CTS) ? TIOCM_CTS : 0); in isdn_tty_tiocmget()