TIOCM_RTS         632 net/bluetooth/rfcomm/tty.c 		((v24_sig & RFCOMM_V24_RTR) ? (TIOCM_RTS | TIOCM_CTS) : 0) |
TIOCM_RTS        1113 net/bluetooth/rfcomm/tty.c 	if (set & TIOCM_RTS || set & TIOCM_CTS)
TIOCM_RTS        1122 net/bluetooth/rfcomm/tty.c 	if (clear & TIOCM_RTS || clear & TIOCM_CTS)
TIOCM_RTS         207 net/irda/ircomm/ircomm_tty_ioctl.c 	result =  ((self->settings.dte & IRCOMM_RTS) ? TIOCM_RTS : 0)
TIOCM_RTS         235 net/irda/ircomm/ircomm_tty_ioctl.c 	if (set & TIOCM_RTS)
TIOCM_RTS         240 net/irda/ircomm/ircomm_tty_ioctl.c 	if (clear & TIOCM_RTS)
TIOCM_RTS         245 net/irda/ircomm/ircomm_tty_ioctl.c 	if ((set|clear) & TIOCM_RTS)