Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/serial/
Dcp210x.c286 bool crtscts; member
1135 bool crtscts; in cp210x_set_flow_control() local
1196 crtscts = true; in cp210x_set_flow_control()
1203 crtscts = false; in cp210x_set_flow_control()
1231 port_priv->crtscts = crtscts; in cp210x_set_flow_control()
1352 if (port_priv->crtscts && control & CONTROL_WRITE_RTS) { in cp210x_tiocmset_port()