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_RTS1775drivers/char/scc.cresult =  ((scc->wreg[R5] & RTS) ? TIOCM_RTS : 0)
TIOCM_RTS1803drivers/char/scc.cif(value & TIOCM_RTS)
TIOCM_RTS1588drivers/char/serial.cresult =  ((control & UART_MCR_RTS) ? TIOCM_RTS : 0)
TIOCM_RTS1610drivers/char/serial.cif (arg & TIOCM_RTS) {
TIOCM_RTS1620drivers/char/serial.cif (arg & TIOCM_RTS) {
TIOCM_RTS1631drivers/char/serial.c| ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0)
TIOCM_RTS1635drivers/char/serial.c| ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0)