Searched refs:CONTROL_RTS (Results 1 – 7 of 7) sorted by relevance
114 #define CONTROL_RTS 0x02 macro662 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()664 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()696 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()698 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()758 priv->line_control |= CONTROL_RTS; in pl2303_tiocmset()762 priv->line_control &= ~CONTROL_RTS; in pl2303_tiocmset()790 | ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0) in pl2303_tiocmget()
67 #define CONTROL_RTS 0x10 /* request to send */ macro
22 #define CONTROL_RTS 0x02 macro136 send_control_msg(port, CONTROL_RTS, 0); in opticon_open()324 ret = send_control_msg(port, CONTROL_RTS, !rts); in opticon_tiocmset()
635 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()826 | ((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cypress_tiocmget()847 priv->line_control |= CONTROL_RTS; in cypress_tiocmset()851 priv->line_control &= ~CONTROL_RTS; in cypress_tiocmset()946 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()948 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
353 #define CONTROL_RTS 0x0002 macro1268 control |= CONTROL_RTS; in cp210x_tiocmset_port()1276 control &= ~CONTROL_RTS; in cp210x_tiocmset_port()1308 |((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cp210x_tiocmget()
106 stats->ctrl[CONTROL_RTS]++; in il_update_stats()217 IL_CMD(CONTROL_RTS); in il_get_ctrl_string()
1057 CONTROL_RTS, enumerator