CONTROL_RTS
IL_CMD(CONTROL_RTS);
stats->ctrl[CONTROL_RTS]++;
control |= CONTROL_RTS;
control &= ~CONTROL_RTS;
|((control & CONTROL_RTS) ? TIOCM_RTS : 0)
priv->line_control = CONTROL_DTR | CONTROL_RTS;
| ((control & CONTROL_RTS) ? TIOCM_RTS : 0)
priv->line_control |= CONTROL_RTS;
priv->line_control &= ~CONTROL_RTS;
priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
priv->line_control = (CONTROL_DTR | CONTROL_RTS);
send_control_msg(port, CONTROL_RTS, 0);
ret = send_control_msg(port, CONTROL_RTS, !rts);
priv->line_control |= CONTROL_RTS;
priv->line_control &= ~CONTROL_RTS;
| ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0)
priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);