taglinefilesource code
TIOCM_RTS1848drivers/char/cyclades.cresult =  ((status  & CyRTS) ? TIOCM_RTS : 0)
TIOCM_RTS1876drivers/char/cyclades.cif (arg & TIOCM_RTS){
TIOCM_RTS1895drivers/char/cyclades.cif (arg & TIOCM_RTS){
TIOCM_RTS1914drivers/char/cyclades.cif (arg & TIOCM_RTS){
TIOCM_RTS1926drivers/char/scc.cresult =  ((scc->wreg[R5] & RTS) ? TIOCM_RTS : 0)
TIOCM_RTS1954drivers/char/scc.cif(value & TIOCM_RTS)
TIOCM_RTS1587drivers/char/serial.cresult =  ((control & UART_MCR_RTS) ? TIOCM_RTS : 0)
TIOCM_RTS1609drivers/char/serial.cif (arg & TIOCM_RTS) {
TIOCM_RTS1619drivers/char/serial.cif (arg & TIOCM_RTS) {
TIOCM_RTS1630drivers/char/serial.c| ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0)
TIOCM_RTS1634drivers/char/serial.c| ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0)