tag | line | file | source code |
TIOCM_RTS | 1900 | drivers/char/cyclades.c | result = ((status & CyRTS) ? TIOCM_RTS : 0) |
TIOCM_RTS | 1929 | drivers/char/cyclades.c | if (arg & TIOCM_RTS){ |
TIOCM_RTS | 1948 | drivers/char/cyclades.c | if (arg & TIOCM_RTS){ |
TIOCM_RTS | 1967 | drivers/char/cyclades.c | if (arg & TIOCM_RTS){ |
TIOCM_RTS | 1905 | drivers/char/istallion.c | stli_mkasysigs(&portp->asig, ((arg & TIOCM_DTR) ? 1 : -1), ((arg & TIOCM_RTS) ? 1 : -1)); |
TIOCM_RTS | 1912 | drivers/char/istallion.c | stli_mkasysigs(&portp->asig, ((arg & TIOCM_DTR) ? 0 : -1), ((arg & TIOCM_RTS) ? 0 : -1)); |
TIOCM_RTS | 1919 | drivers/char/istallion.c | stli_mkasysigs(&portp->asig, ((arg & TIOCM_DTR) ? 1 : 0), ((arg & TIOCM_RTS) ? 1 : 0)); |
TIOCM_RTS | 2828 | drivers/char/istallion.c | tiocm |= ((sigvalue & SG_RTS) ? TIOCM_RTS : 0); |
TIOCM_RTS | 2282 | drivers/char/scc.c | result = ((scc->wreg[R5] & RTS) ? TIOCM_RTS : 0) |
TIOCM_RTS | 2310 | drivers/char/scc.c | if(value & TIOCM_RTS) |
TIOCM_RTS | 1613 | drivers/char/serial.c | result = ((control & UART_MCR_RTS) ? TIOCM_RTS : 0) |
TIOCM_RTS | 1635 | drivers/char/serial.c | if (arg & TIOCM_RTS) { |
TIOCM_RTS | 1645 | drivers/char/serial.c | if (arg & TIOCM_RTS) { |
TIOCM_RTS | 1656 | drivers/char/serial.c | | ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0) |
TIOCM_RTS | 1660 | drivers/char/serial.c | | ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0) |
TIOCM_RTS | 1210 | drivers/char/stallion.c | stl_setsignals(portp, ((arg & TIOCM_DTR) ? 1 : -1), ((arg & TIOCM_RTS) ? 1 : -1)); |
TIOCM_RTS | 1216 | drivers/char/stallion.c | stl_setsignals(portp, ((arg & TIOCM_DTR) ? 0 : -1), ((arg & TIOCM_RTS) ? 0 : -1)); |
TIOCM_RTS | 1222 | drivers/char/stallion.c | stl_setsignals(portp, ((arg & TIOCM_DTR) ? 1 : 0), ((arg & TIOCM_RTS) ? 1 : 0)); |
TIOCM_RTS | 2222 | drivers/char/stallion.c | portp->sigs |= (msvr2 & MSVR2_RTS) ? TIOCM_RTS : 0; |
TIOCM_RTS | 580 | drivers/isdn/isdn_tty.c | result = ((control & UART_MCR_RTS) ? TIOCM_RTS : 0) |
TIOCM_RTS | 596 | drivers/isdn/isdn_tty.c | if (arg & TIOCM_RTS) { |
TIOCM_RTS | 604 | drivers/isdn/isdn_tty.c | if (arg & TIOCM_RTS) { |
TIOCM_RTS | 621 | drivers/isdn/isdn_tty.c | | ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0) |