Searched refs:CONTROL_RTS (Results 1 – 7 of 7) sorted by relevance
22 #define CONTROL_RTS 0x02 macro139 send_control_msg(port, CONTROL_RTS, 0); in opticon_open()346 ret = send_control_msg(port, CONTROL_RTS, !rts); in opticon_tiocmset()
132 #define CONTROL_RTS 0x02 macro892 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()894 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()942 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()944 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()1010 priv->line_control |= CONTROL_RTS; in pl2303_tiocmset()1014 priv->line_control &= ~CONTROL_RTS; in pl2303_tiocmset()1042 | ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0) in pl2303_tiocmget()
70 #define CONTROL_RTS 0x10 /* request to send */ macro
632 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()823 | ((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cypress_tiocmget()844 priv->line_control |= CONTROL_RTS; in cypress_tiocmset()848 priv->line_control &= ~CONTROL_RTS; in cypress_tiocmset()899 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()901 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
394 #define CONTROL_RTS 0x0002 macro1332 control |= CONTROL_RTS; in cp210x_tiocmset_port()1342 control &= ~CONTROL_RTS; in cp210x_tiocmset_port()1414 |((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cp210x_tiocmget()
88 stats->ctrl[CONTROL_RTS]++; in il_update_stats()188 IL_CMD(CONTROL_RTS); in il_get_ctrl_string()
1039 CONTROL_RTS, enumerator