Home
last modified time | relevance | path

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

12345

/linux/drivers/tty/serial/
A Dserial_mctrl_gpio.c32 { "cts", TIOCM_CTS, GPIOD_IN, },
155 #define MCTRL_ANY_DELTA (TIOCM_RI | TIOCM_DSR | TIOCM_CD | TIOCM_CTS)
181 if (mctrl_diff & TIOCM_CTS) in mctrl_gpio_irq_handle()
182 uart_handle_cts_change(port, mctrl & TIOCM_CTS); in mctrl_gpio_irq_handle()
A Dtimbuart.c203 return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in timbuart_get_mctrl()
226 uart_handle_cts_change(port, cts & TIOCM_CTS); in timbuart_mctrl_check()
A Dsa1100.c102 if (changed & TIOCM_CTS) in sa1100_mctrl_check()
103 uart_handle_cts_change(&sport->port, status & TIOCM_CTS); in sa1100_mctrl_check()
324 int ret = TIOCM_CTS | TIOCM_DSR | TIOCM_CAR; in sa1100_get_mctrl()
A Dzs.c327 mctrl = ((status_b & CTS) ? TIOCM_CTS : 0) | in zs_raw_get_ab_mctrl()
354 mmask = ((mask_b & CTSIE) ? TIOCM_CTS : 0) | in zs_raw_xor_mctrl()
675 if (delta & TIOCM_CTS) in zs_status_handle()
677 zport->mctrl & TIOCM_CTS); in zs_status_handle()
A Dmxs-auart.c740 #define MCTRL_ANY_DELTA (TIOCM_RI | TIOCM_DSR | TIOCM_CD | TIOCM_CTS)
755 if (mctrl_diff & TIOCM_CTS) in mxs_auart_modem_status()
756 uart_handle_cts_change(&s->port, mctrl & TIOCM_CTS); in mxs_auart_modem_status()
770 mctrl |= TIOCM_CTS; in mxs_auart_get_mctrl()
A Dsccnxp.c588 unsigned int mctrl = TIOCM_DSR | TIOCM_CTS | TIOCM_CAR; in sccnxp_get_mctrl()
606 mctrl &= ~TIOCM_CTS; in sccnxp_get_mctrl()
607 mctrl |= (ipr & bitmask) ? TIOCM_CTS : 0; in sccnxp_get_mctrl()
/linux/drivers/bluetooth/
A Dhci_ath.c54 if (status & TIOCM_CTS) in ath_wakeup_ar3k()
86 if (!(status & TIOCM_CTS)) in ath_hci_uart_work()
/linux/arch/parisc/include/uapi/asm/
A Dtermios.h31 #define TIOCM_CTS 0x020 macro
/linux/arch/ia64/include/uapi/asm/
A Dtermios.h38 #define TIOCM_CTS 0x020 macro
/linux/arch/s390/include/uapi/asm/
A Dtermios.h37 #define TIOCM_CTS 0x020 macro
/linux/include/uapi/asm-generic/
A Dtermios.h38 #define TIOCM_CTS 0x020 macro
/linux/arch/mips/include/uapi/asm/
A Dtermios.h70 #define TIOCM_CTS 0x040 /* clear to send */ macro
/linux/arch/xtensa/include/uapi/asm/
A Dioctls.h64 # define TIOCM_CTS 0x020 macro
/linux/arch/sh/include/uapi/asm/
A Dioctls.h52 # define TIOCM_CTS 0x020 macro
/linux/arch/powerpc/include/uapi/asm/
A Dioctls.h60 # define TIOCM_CTS 0x020 macro
/linux/arch/alpha/include/uapi/asm/
A Dioctls.h65 # define TIOCM_CTS 0x020 macro
/linux/drivers/usb/serial/
A Dbelkin_sa.c211 priv->control_state |= TIOCM_CTS; in belkin_sa_read_int_callback()
213 priv->control_state &= ~TIOCM_CTS; in belkin_sa_read_int_callback()
A Dmct_u232.c359 *control_state |= TIOCM_CTS; in mct_u232_msr_to_state()
361 *control_state &= ~TIOCM_CTS; in mct_u232_msr_to_state()
/linux/drivers/staging/fwserial/
A Dfwserial.c311 if (delta & TIOCM_CTS) in fwtty_update_port_status()
327 if (delta & TIOCM_CTS) { in fwtty_update_port_status()
331 if (status & TIOCM_CTS) { in fwtty_update_port_status()
339 if (~status & TIOCM_CTS) in fwtty_update_port_status()
374 if (delta & (TIOCM_DSR | TIOCM_CAR | TIOCM_CTS | TIOCM_RNG)) in fwtty_update_port_status()
396 status |= TIOCM_CTS; in __fwtty_port_line_status()
1002 if (C_CRTSCTS(tty) && ~port->mstatus & TIOCM_CTS) in fwtty_port_activate()
1197 (mask & TIOCM_CTS && prev->cts != now.cts)); in check_msr_delta()
1294 } else if (C_CRTSCTS(tty) && ~port->mstatus & TIOCM_CTS) { in fwtty_set_termios()
/linux/arch/sparc/include/uapi/asm/
A Dtermbits.h234 #define TIOCM_CTS 0x020 macro
/linux/drivers/mmc/core/
A Dsdio_uart.c209 ret |= TIOCM_CTS; in sdio_uart_get_mctrl()
649 if (!(sdio_uart_get_mctrl(port) & TIOCM_CTS)) in sdio_uart_activate()
905 if (!(sdio_uart_get_mctrl(port) & TIOCM_CTS)) { in sdio_uart_set_termios()
/linux/net/bluetooth/rfcomm/
A Dtty.c656 ((v24_sig & RFCOMM_V24_RTR) ? (TIOCM_RTS | TIOCM_CTS) : 0) | in rfcomm_dev_modem_status()
1083 if (set & TIOCM_RTS || set & TIOCM_CTS) in rfcomm_tty_tiocmset()
1092 if (clear & TIOCM_RTS || clear & TIOCM_CTS) in rfcomm_tty_tiocmset()
/linux/drivers/tty/serial/8250/
A D8250.h215 tiocm |= TIOCM_CTS; in serial8250_MSR_to_TIOCM()
/linux/include/linux/
A Dserdev.h276 return !!(status & TIOCM_CTS); in serdev_device_get_cts()
/linux/arch/arm/mach-sa1100/
A Dcollie.c210 ret |= TIOCM_CTS; in collie_uart_get_mctrl()

Completed in 48 milliseconds

12345