Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dcp210x.c1090 u32 ctl_hs; in cp210x_get_termios_port() local
1189 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_get_termios_port()
1190 if (ctl_hs & CP210X_SERIAL_CTS_HANDSHAKE) { in cp210x_get_termios_port()
1463 u32 ctl_hs; in cp210x_set_termios() local
1468 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_set_termios()
1471 __func__, ctl_hs, flow_repl); in cp210x_set_termios()
1473 ctl_hs &= ~CP210X_SERIAL_DSR_HANDSHAKE; in cp210x_set_termios()
1474 ctl_hs &= ~CP210X_SERIAL_DCD_HANDSHAKE; in cp210x_set_termios()
1475 ctl_hs &= ~CP210X_SERIAL_DSR_SENSITIVITY; in cp210x_set_termios()
1476 ctl_hs &= ~CP210X_SERIAL_DTR_MASK; in cp210x_set_termios()
[all …]