RTS_after_send 160 drivers/tty/serial/serial_core.c int RTS_after_send = !!(uport->rs485.flags & SER_RS485_RTS_AFTER_SEND); RTS_after_send 163 drivers/tty/serial/serial_core.c if (rs485_on && !RTS_after_send) { RTS_after_send 172 drivers/tty/serial/serial_core.c clear |= (!rs485_on || !RTS_after_send) ? TIOCM_RTS : 0;