tag | line | file | source code |
---|---|---|---|
TIOCM_RTS | 1230 | drivers/char/serial.c | result = ((control & UART_MCR_RTS) ? TIOCM_RTS : 0) |
TIOCM_RTS | 1252 | drivers/char/serial.c | if (arg & TIOCM_RTS) |
TIOCM_RTS | 1258 | drivers/char/serial.c | if (arg & TIOCM_RTS) |
TIOCM_RTS | 1265 | drivers/char/serial.c | | ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0) |