Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/serial/
H A Dcp210x.c1144 u32 ctl_hs; in cp210x_set_flow_control() local
1199 ctl_hs &= ~CP210X_SERIAL_DSR_HANDSHAKE; in cp210x_set_flow_control()
1200 ctl_hs &= ~CP210X_SERIAL_DCD_HANDSHAKE; in cp210x_set_flow_control()
1202 ctl_hs &= ~CP210X_SERIAL_DTR_MASK; in cp210x_set_flow_control()
1204 ctl_hs |= CP210X_SERIAL_DTR_ACTIVE; in cp210x_set_flow_control()
1206 ctl_hs |= CP210X_SERIAL_DTR_INACTIVE; in cp210x_set_flow_control()
1240 ctl_hs, flow_repl); in cp210x_set_flow_control()
1341 u32 ctl_hs, flow_repl; in cp210x_tiocmset_port() local
1381 ctl_hs &= ~CP210X_SERIAL_DTR_MASK; in cp210x_tiocmset_port()
1383 ctl_hs |= CP210X_SERIAL_DTR_ACTIVE; in cp210x_tiocmset_port()
[all …]