Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/serial/
Dcp210x.c281 bool crtscts; member
1175 bool crtscts; in cp210x_set_flow_control() local
1236 crtscts = true; in cp210x_set_flow_control()
1243 crtscts = false; in cp210x_set_flow_control()
1271 port_priv->crtscts = crtscts; in cp210x_set_flow_control()
1391 if (port_priv->crtscts && control & CONTROL_WRITE_RTS) { in cp210x_tiocmset_port()