TIOCM_RNG 70 arch/alpha/include/uapi/asm/ioctls.h # define TIOCM_RI TIOCM_RNG TIOCM_RNG 43 arch/ia64/include/uapi/asm/termios.h #define TIOCM_RI TIOCM_RNG TIOCM_RNG 74 arch/mips/include/uapi/asm/termios.h #define TIOCM_RI TIOCM_RNG TIOCM_RNG 36 arch/parisc/include/uapi/asm/termios.h #define TIOCM_RI TIOCM_RNG TIOCM_RNG 65 arch/powerpc/include/uapi/asm/ioctls.h # define TIOCM_RI TIOCM_RNG TIOCM_RNG 42 arch/s390/include/uapi/asm/termios.h #define TIOCM_RI TIOCM_RNG TIOCM_RNG 57 arch/sh/include/uapi/asm/ioctls.h # define TIOCM_RI TIOCM_RNG TIOCM_RNG 239 arch/sparc/include/uapi/asm/termbits.h #define TIOCM_RI TIOCM_RNG TIOCM_RNG 69 arch/xtensa/include/uapi/asm/ioctls.h # define TIOCM_RI TIOCM_RNG TIOCM_RNG 2097 drivers/char/pcmcia/synclink_cs.c if ((arg & TIOCM_RNG && cnow.rng != cprev.rng) || TIOCM_RNG 2127 drivers/char/pcmcia/synclink_cs.c ((info->serial_signals & SerialSignal_RI) ? TIOCM_RNG:0) + TIOCM_RNG 205 drivers/mmc/core/sdio_uart.c ret |= TIOCM_RNG; TIOCM_RNG 1564 drivers/net/usb/hso.c if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || TIOCM_RNG 1642 drivers/net/usb/hso.c retval |= TIOCM_RNG; TIOCM_RNG 302 drivers/staging/fwserial/fwserial.c delta &= ~(status & TIOCM_RNG); TIOCM_RNG 305 drivers/staging/fwserial/fwserial.c if (delta & TIOCM_RNG) TIOCM_RNG 374 drivers/staging/fwserial/fwserial.c if (delta & (TIOCM_DSR | TIOCM_CAR | TIOCM_CTS | TIOCM_RNG)) TIOCM_RNG 1195 drivers/staging/fwserial/fwserial.c delta = ((mask & TIOCM_RNG && prev->rng != now.rng) || TIOCM_RNG 1253 drivers/tty/amiserial.c if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || TIOCM_RNG 2399 drivers/tty/cyclades.c ((status & CyRI) ? TIOCM_RNG : 0) | TIOCM_RNG 2414 drivers/tty/cyclades.c ((lstatus & C_RS_RI) ? TIOCM_RNG : 0) | TIOCM_RNG 2604 drivers/tty/cyclades.c ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) || TIOCM_RNG 1358 drivers/tty/mxser.c ((status & UART_MSR_RI) ? TIOCM_RNG : 0) | TIOCM_RNG 1664 drivers/tty/mxser.c ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) || TIOCM_RNG 1684 drivers/tty/nozomi.c | (ctrl_dl->RI ? TIOCM_RNG : 0) TIOCM_RNG 1717 drivers/tty/nozomi.c ret = ((flags & TIOCM_RNG) && (cnow.rng != cprev->rng)) TIOCM_RNG 1138 drivers/tty/rocket.c (sGetChanRI(&info->channel) ? TIOCM_RNG : 0) | TIOCM_RNG 207 drivers/tty/serial/8250/8250.h tiocm |= TIOCM_RNG; TIOCM_RNG 1544 drivers/tty/serial/amba-pl011.c TIOCMBIT(uap->vendor->fr_ri, TIOCM_RNG); TIOCM_RNG 125 drivers/tty/serial/cpm_uart/cpm_uart_core.c mctrl |= TIOCM_RNG; TIOCM_RNG 976 drivers/tty/serial/icom.c | ((status & ICOM_RI) ? TIOCM_RNG : 0) TIOCM_RNG 297 drivers/tty/serial/ifx6x60.c (test_bit(IFX_SPI_RI, &ifx_dev->signal_state) ? TIOCM_RNG : 0); TIOCM_RNG 654 drivers/tty/serial/omap-serial.c ret |= TIOCM_RNG; TIOCM_RNG 1184 drivers/tty/serial/pch_uart.c ret |= TIOCM_RNG; TIOCM_RNG 290 drivers/tty/serial/pxa.c ret |= TIOCM_RNG; TIOCM_RNG 253 drivers/tty/serial/sb1250-duart.c (!(status & M_DUART_RIN0_PIN) ? TIOCM_RNG : 0) | TIOCM_RNG 622 drivers/tty/serial/sccnxp.c mctrl &= ~TIOCM_RNG; TIOCM_RNG 623 drivers/tty/serial/sccnxp.c mctrl |= (ipr & bitmask) ? TIOCM_RNG : 0; TIOCM_RNG 1222 drivers/tty/serial/serial_core.c if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || TIOCM_RNG 1885 drivers/tty/serial/serial_core.c STATBIT(TIOCM_RNG, "|RI"); TIOCM_RNG 35 drivers/tty/serial/serial_mctrl_gpio.c { "rng", TIOCM_RNG, GPIOD_IN, }, TIOCM_RNG 576 drivers/tty/serial/sunsu.c ret |= TIOCM_RNG; TIOCM_RNG 217 drivers/tty/serial/vr41xx_siu.c mctrl |= TIOCM_RNG; TIOCM_RNG 333 drivers/tty/serial/zs.c ((status_a & DCD) ? TIOCM_RNG : 0) | TIOCM_RNG 360 drivers/tty/serial/zs.c ((mask_a & DCDIE) ? TIOCM_RNG : 0) | TIOCM_RNG 685 drivers/tty/serial/zs.c if (delta & TIOCM_RNG) TIOCM_RNG 2812 drivers/tty/synclink.c if ((arg & TIOCM_RNG && cnow.rng != cprev.rng) || TIOCM_RNG 2842 drivers/tty/synclink.c ((info->serial_signals & SerialSignal_RI) ? TIOCM_RNG:0) + TIOCM_RNG 3131 drivers/tty/synclink_gt.c if ((arg & TIOCM_RNG && cnow.rng != cprev.rng) || TIOCM_RNG 3162 drivers/tty/synclink_gt.c ((info->signals & SerialSignal_RI) ? TIOCM_RNG:0) + TIOCM_RNG 3156 drivers/tty/synclinkmp.c if ((arg & TIOCM_RNG && cnow.rng != cprev.rng) || TIOCM_RNG 3186 drivers/tty/synclinkmp.c ((info->serial_signals & SerialSignal_RI) ? TIOCM_RNG : 0) | TIOCM_RNG 517 drivers/usb/serial/generic.c ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) || TIOCM_RNG 1043 drivers/usb/serial/iuu_phoenix.c iuu_cardin = TIOCM_RNG; TIOCM_RNG 1048 drivers/usb/serial/iuu_phoenix.c iuu_cardout = TIOCM_RNG; TIOCM_RNG 685 drivers/usb/serial/keyspan.c ((p_priv->ri_state) ? TIOCM_RNG : 0); TIOCM_RNG 407 drivers/usb/serial/keyspan_pda.c ((status & (1<<5)) ? TIOCM_RNG : 0) | TIOCM_RNG 373 drivers/usb/serial/sierra.c ((portdata->ri_state) ? TIOCM_RNG : 0); TIOCM_RNG 102 drivers/usb/serial/usb_wwan.c ((portdata->ri_state) ? TIOCM_RNG : 0); TIOCM_RNG 43 include/uapi/asm-generic/termios.h #define TIOCM_RI TIOCM_RNG