tag | line | file | source code |
TIOCM_RTS | 1918 | drivers/char/cyclades.c | result = ((status & CyRTS) ? TIOCM_RTS : 0) |
TIOCM_RTS | 1947 | drivers/char/cyclades.c | if (arg & TIOCM_RTS){ |
TIOCM_RTS | 1965 | drivers/char/cyclades.c | if (arg & TIOCM_RTS){ |
TIOCM_RTS | 1983 | drivers/char/cyclades.c | if (arg & TIOCM_RTS){ |
TIOCM_RTS | 1812 | drivers/char/istallion.c | stli_mkasysigs(&portp->asig, ((arg & TIOCM_DTR) ? 1 : -1), ((arg & TIOCM_RTS) ? 1 : -1)); |
TIOCM_RTS | 1819 | drivers/char/istallion.c | stli_mkasysigs(&portp->asig, ((arg & TIOCM_DTR) ? 0 : -1), ((arg & TIOCM_RTS) ? 0 : -1)); |
TIOCM_RTS | 1826 | drivers/char/istallion.c | stli_mkasysigs(&portp->asig, ((arg & TIOCM_DTR) ? 1 : 0), ((arg & TIOCM_RTS) ? 1 : 0)); |
TIOCM_RTS | 2757 | drivers/char/istallion.c | tiocm |= ((sigvalue & SG_RTS) ? TIOCM_RTS : 0); |
TIOCM_RTS | 1888 | drivers/char/pcxx.c | mflag |= TIOCM_RTS; |
TIOCM_RTS | 1913 | drivers/char/pcxx.c | if(mstat & TIOCM_RTS) |
TIOCM_RTS | 1352 | drivers/char/riscom8.c | result |= ((status & MSVR_RTS) ? TIOCM_RTS : 0) |
TIOCM_RTS | 1375 | drivers/char/riscom8.c | if (arg & TIOCM_RTS) |
TIOCM_RTS | 1381 | drivers/char/riscom8.c | if (arg & TIOCM_RTS) |
TIOCM_RTS | 1387 | drivers/char/riscom8.c | port->MSVR = (arg & TIOCM_RTS) ? (port->MSVR | MSVR_RTS) : |
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 | 1638 | drivers/char/serial.c | result = ((control & UART_MCR_RTS) ? TIOCM_RTS : 0) |
TIOCM_RTS | 1660 | drivers/char/serial.c | if (arg & TIOCM_RTS) { |
TIOCM_RTS | 1670 | drivers/char/serial.c | if (arg & TIOCM_RTS) { |
TIOCM_RTS | 1681 | drivers/char/serial.c | | ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0) |
TIOCM_RTS | 1685 | drivers/char/serial.c | | ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0) |
TIOCM_RTS | 1173 | drivers/char/stallion.c | stl_setsignals(portp, ((arg & TIOCM_DTR) ? 1 : -1), ((arg & TIOCM_RTS) ? 1 : -1)); |
TIOCM_RTS | 1179 | drivers/char/stallion.c | stl_setsignals(portp, ((arg & TIOCM_DTR) ? 0 : -1), ((arg & TIOCM_RTS) ? 0 : -1)); |
TIOCM_RTS | 1185 | drivers/char/stallion.c | stl_setsignals(portp, ((arg & TIOCM_DTR) ? 1 : 0), ((arg & TIOCM_RTS) ? 1 : 0)); |
TIOCM_RTS | 2226 | drivers/char/stallion.c | sigs |= (msvr2 & MSVR2_RTS) ? TIOCM_RTS : 0; |
TIOCM_RTS | 586 | drivers/isdn/isdn_tty.c | result = ((control & UART_MCR_RTS) ? TIOCM_RTS : 0) |
TIOCM_RTS | 602 | drivers/isdn/isdn_tty.c | if (arg & TIOCM_RTS) { |
TIOCM_RTS | 610 | drivers/isdn/isdn_tty.c | if (arg & TIOCM_RTS) { |
TIOCM_RTS | 626 | drivers/isdn/isdn_tty.c | | ((arg & TIOCM_RTS) ? UART_MCR_RTS : 0) |