tag | line | file | source code |
---|---|---|---|
TIOCM_RNG | 1851 | drivers/char/cyclades.c | | ((status & CyRI) ? TIOCM_RNG : 0) |
TIOCM_RNG | 1591 | drivers/char/serial.c | | ((status & UART_MSR_RI) ? TIOCM_RNG : 0) |
TIOCM_RNG | 308 | include/asm-alpha/termios.h | #define TIOCM_RI TIOCM_RNG |
TIOCM_RNG | 238 | include/asm-i386/termios.h | #define TIOCM_RI TIOCM_RNG |