Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dcp210x.c295 bool crtscts; member
1144 bool crtscts; in cp210x_set_flow_control() local
1214 crtscts = true; in cp210x_set_flow_control()
1221 crtscts = false; in cp210x_set_flow_control()
1249 port_priv->crtscts = crtscts; in cp210x_set_flow_control()
1371 if (port_priv->crtscts && control & CONTROL_WRITE_RTS) { in cp210x_tiocmset_port()