Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Dtermios.h40 #define TIOCM_RNG 0x080 macro
43 #define TIOCM_RI TIOCM_RNG
/linux/arch/mips/include/uapi/asm/
H A Dtermios.h73 #define TIOCM_RNG 0x200 /* ring */ macro
74 #define TIOCM_RI TIOCM_RNG
/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h66 # define TIOCM_RNG 0x080 macro
69 # define TIOCM_RI TIOCM_RNG
/linux/arch/sh/include/uapi/asm/
H A Dioctls.h54 # define TIOCM_RNG 0x080 macro
57 # define TIOCM_RI TIOCM_RNG
/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h62 # define TIOCM_RNG 0x080 macro
65 # define TIOCM_RI TIOCM_RNG
/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h67 # define TIOCM_RNG 0x080 macro
70 # define TIOCM_RI TIOCM_RNG
/linux/drivers/leds/trigger/
H A Dledtrig-tty.c248 if (status & TIOCM_RNG) in ledtrig_tty_work()
/linux/drivers/tty/serial/8250/
H A D8250.h274 tiocm |= TIOCM_RNG; in serial8250_MSR_to_TIOCM()
/linux/drivers/tty/serial/
H A Dsc16is7xx.c704 mctrl |= (msr & SC16IS7XX_MSR_RI_BIT) ? TIOCM_RNG : 0; in sc16is7xx_get_hwmctrl()
726 if ((changed & TIOCM_RNG) && (status & TIOCM_RNG)) in sc16is7xx_update_mlines()
H A Dsccnxp.c620 mctrl &= ~TIOCM_RNG; in sccnxp_get_mctrl()
621 mctrl |= (ipr & bitmask) ? TIOCM_RNG : 0; in sccnxp_get_mctrl()
H A Dpxa.c264 ret |= TIOCM_RNG; in serial_pxa_get_mctrl()
H A Dcpm_uart.c123 mctrl |= TIOCM_RNG; in cpm_uart_get_mctrl()
H A Dserial_core.c1228 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || in uart_wait_modem_status()
2034 STATBIT(TIOCM_RNG, "|RI"); in uart_line_info()
H A Dxilinx_uartps.c1158 mctrl |= TIOCM_RNG; in cdns_uart_get_mctrl()
H A Domap-serial.c602 ret |= TIOCM_RNG; in serial_omap_get_mctrl()
H A Dpch_uart.c1103 ret |= TIOCM_RNG; in pch_uart_get_mctrl()
H A Dicom.c1225 | ((status & ICOM_RI) ? TIOCM_RNG : 0) in icom_get_mctrl()
H A Damba-pl011.c1659 pl011_maybe_set_bit(status & uap->vendor->fr_ri, &result, TIOCM_RNG); in pl011_get_mctrl()
/linux/drivers/usb/serial/
H A Dkeyspan_pda.c422 ((status & BIT(5)) ? TIOCM_RNG : 0) | in keyspan_pda_tiocmget()
H A Diuu_phoenix.c1048 iuu_cardin = TIOCM_RNG; in iuu_open()
1053 iuu_cardout = TIOCM_RNG; in iuu_open()
H A Dgeneric.c516 ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) || in usb_serial_generic_msr_changed()
H A Dusb_wwan.c104 ((portdata->ri_state) ? TIOCM_RNG : 0); in usb_wwan_tiocmget()
H A Dkeyspan.c669 ((p_priv->ri_state) ? TIOCM_RNG : 0); in keyspan_tiocmget()
/linux/drivers/tty/
H A Dnozomi.c1647 | (ctrl_dl->RI ? TIOCM_RNG : 0) in ntty_tiocmget()
1680 ret = ((flags & TIOCM_RNG) && (cnow.rng != cprev->rng)) in ntty_cflags_changed()
/linux/drivers/net/usb/
H A Dhso.c1556 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || in hso_wait_modem_status()
1634 retval |= TIOCM_RNG; in hso_serial_tiocmget()