TIOCM_CTS         632 net/bluetooth/rfcomm/tty.c 		((v24_sig & RFCOMM_V24_RTR) ? (TIOCM_RTS | TIOCM_CTS) : 0) |
TIOCM_CTS        1113 net/bluetooth/rfcomm/tty.c 	if (set & TIOCM_RTS || set & TIOCM_CTS)
TIOCM_CTS        1122 net/bluetooth/rfcomm/tty.c 	if (clear & TIOCM_RTS || clear & TIOCM_CTS)
TIOCM_CTS         212 net/irda/ircomm/ircomm_tty_ioctl.c 		| ((self->settings.dce & IRCOMM_CTS) ? TIOCM_CTS : 0);