Symbol: TIOCM_RNG
arch/alpha/include/uapi/asm/ioctls.h
70
# define TIOCM_RI TIOCM_RNG
arch/mips/include/uapi/asm/termios.h
74
#define TIOCM_RI TIOCM_RNG
arch/powerpc/include/uapi/asm/ioctls.h
65
# define TIOCM_RI TIOCM_RNG
arch/sh/include/uapi/asm/ioctls.h
57
# define TIOCM_RI TIOCM_RNG
arch/sparc/include/uapi/asm/termbits.h
186
#define TIOCM_RI TIOCM_RNG
arch/xtensa/include/uapi/asm/ioctls.h
69
# define TIOCM_RI TIOCM_RNG
drivers/leds/trigger/ledtrig-tty.c
248
if (status & TIOCM_RNG)
drivers/mmc/core/sdio_uart.c
204
ret |= TIOCM_RNG;
drivers/net/usb/hso.c
1556
if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
drivers/net/usb/hso.c
1634
retval |= TIOCM_RNG;
drivers/tty/amiserial.c
1146
if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
drivers/tty/mxser.c
1086
((msr & UART_MSR_RI) ? TIOCM_RNG : 0) |
drivers/tty/mxser.c
1126
ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) ||
drivers/tty/nozomi.c
1647
| (ctrl_dl->RI ? TIOCM_RNG : 0)
drivers/tty/nozomi.c
1680
ret = ((flags & TIOCM_RNG) && (cnow.rng != cprev->rng))
drivers/tty/serial/8250/8250.h
276
tiocm |= TIOCM_RNG;
drivers/tty/serial/amba-pl011.c
1659
pl011_maybe_set_bit(status & uap->vendor->fr_ri, &result, TIOCM_RNG);
drivers/tty/serial/cpm_uart.c
123
mctrl |= TIOCM_RNG;
drivers/tty/serial/icom.c
1225
| ((status & ICOM_RI) ? TIOCM_RNG : 0)
drivers/tty/serial/omap-serial.c
602
ret |= TIOCM_RNG;
drivers/tty/serial/pch_uart.c
1103
ret |= TIOCM_RNG;
drivers/tty/serial/pxa.c
264
ret |= TIOCM_RNG;
drivers/tty/serial/sb1250-duart.c
248
(!(status & M_DUART_RIN0_PIN) ? TIOCM_RNG : 0) |
drivers/tty/serial/sc16is7xx.c
704
mctrl |= (msr & SC16IS7XX_MSR_RI_BIT) ? TIOCM_RNG : 0;
drivers/tty/serial/sc16is7xx.c
726
if ((changed & TIOCM_RNG) && (status & TIOCM_RNG))
drivers/tty/serial/sccnxp.c
620
mctrl &= ~TIOCM_RNG;
drivers/tty/serial/sccnxp.c
621
mctrl |= (ipr & bitmask) ? TIOCM_RNG : 0;
drivers/tty/serial/serial_core.c
1231
if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
drivers/tty/serial/serial_core.c
2037
STATBIT(TIOCM_RNG, "|RI");
drivers/tty/serial/serial_mctrl_gpio.c
35
{ "rng", TIOCM_RNG, GPIOD_IN, },
drivers/tty/serial/sunsu.c
545
ret |= TIOCM_RNG;
drivers/tty/serial/xilinx_uartps.c
1158
mctrl |= TIOCM_RNG;
drivers/tty/serial/zs.c
329
((status_a & DCD) ? TIOCM_RNG : 0) |
drivers/tty/serial/zs.c
356
((mask_a & DCDIE) ? TIOCM_RNG : 0) |
drivers/tty/serial/zs.c
682
if (delta & TIOCM_RNG)
drivers/tty/synclink_gt.c
3059
if ((arg & TIOCM_RNG && cnow.rng != cprev.rng) ||
drivers/tty/synclink_gt.c
3090
((info->signals & SerialSignal_RI) ? TIOCM_RNG:0) +
drivers/usb/serial/generic.c
516
ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) ||
drivers/usb/serial/iuu_phoenix.c
1048
iuu_cardin = TIOCM_RNG;
drivers/usb/serial/iuu_phoenix.c
1053
iuu_cardout = TIOCM_RNG;
drivers/usb/serial/keyspan.c
669
((p_priv->ri_state) ? TIOCM_RNG : 0);
drivers/usb/serial/keyspan_pda.c
422
((status & BIT(5)) ? TIOCM_RNG : 0) |
drivers/usb/serial/sierra.c
354
((portdata->ri_state) ? TIOCM_RNG : 0);
drivers/usb/serial/usb_wwan.c
104
((portdata->ri_state) ? TIOCM_RNG : 0);
include/uapi/asm-generic/termios.h
43
#define TIOCM_RI TIOCM_RNG