Home
last modified time | relevance | path

Searched refs:CONTROL_RTS (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/serial/
H A Dpl2303.c133 #define CONTROL_RTS 0x02 macro
893 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()
895 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()
943 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()
945 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()
1011 priv->line_control |= CONTROL_RTS; in pl2303_tiocmset()
1015 priv->line_control &= ~CONTROL_RTS; in pl2303_tiocmset()
1043 | ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0) in pl2303_tiocmget()
H A Dopticon.c22 #define CONTROL_RTS 0x02 macro
139 send_control_msg(port, CONTROL_RTS, 0); in opticon_open()
346 ret = send_control_msg(port, CONTROL_RTS, !rts); in opticon_tiocmset()
H A Dcypress_m8.h70 #define CONTROL_RTS 0x10 /* request to send */ macro
H A Dcypress_m8.c629 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()
820 | ((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cypress_tiocmget()
841 priv->line_control |= CONTROL_RTS; in cypress_tiocmset()
845 priv->line_control &= ~CONTROL_RTS; in cypress_tiocmset()
896 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
898 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
H A Dcp210x.c399 #define CONTROL_RTS 0x0002 macro
1348 control |= CONTROL_RTS; in cp210x_tiocmset_port()
1358 control &= ~CONTROL_RTS; in cp210x_tiocmset_port()
1430 |((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cp210x_tiocmget()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c88 stats->ctrl[CONTROL_RTS]++; in il_update_stats()
188 IL_CMD(CONTROL_RTS); in il_get_ctrl_string()
H A Dcommon.h1051 CONTROL_RTS, enumerator