taglinefilesource code
TIOCM_RTS1845drivers/char/cyclades.cresult =  ((status  & CyRTS) ? TIOCM_RTS : 0)
TIOCM_RTS1873drivers/char/cyclades.cif (arg & TIOCM_RTS){
TIOCM_RTS1892drivers/char/cyclades.cif (arg & TIOCM_RTS){
TIOCM_RTS1911drivers/char/cyclades.cif (arg & TIOCM_RTS){
TIOCM_RTS1563drivers/char/serial.cresult =  ((control & UART_MCR_RTS) ? TIOCM_RTS : 0)
TIOCM_RTS1585drivers/char/serial.cif (arg & TIOCM_RTS) {
TIOCM_RTS1595drivers/char/serial.cif (arg & TIOCM_RTS) {
TIOCM_RTS1606drivers/char/serial.c| ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0)
TIOCM_RTS1610drivers/char/serial.c| ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0)