taglinefilesource code
CRTSCTS1449drivers/char/serial.cif ((old_termios->c_cflag & CRTSCTS) &&
CRTSCTS1450drivers/char/serial.c!(tty->termios->c_cflag & CRTSCTS)) {
CRTSCTS195include/linux/tty.h#define C_RTSCTS(tty)  _C_FLAG((tty),CRTSCTS)