tag | line | file | source code |
---|---|---|---|
TIOCM_RTS | 1164 | drivers/char/serial.c | result = ((control & UART_MCR_RTS) ? TIOCM_RTS : 0) |
TIOCM_RTS | 1186 | drivers/char/serial.c | if (arg & TIOCM_RTS) |
TIOCM_RTS | 1192 | drivers/char/serial.c | if (arg & TIOCM_RTS) |
TIOCM_RTS | 1199 | drivers/char/serial.c | | ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0) |