Home
last modified time | relevance | path

Searched refs:ulControlHandshake (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dcp210x.c470 __le32 ulControlHandshake; member
476 /* cp210x_flow_ctl::ulControlHandshake */
1196 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_set_flow_control()
1242 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_set_flow_control()
1378 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_tiocmset_port()
1393 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_tiocmset_port()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dcp210x.c452 __le32 ulControlHandshake; member
458 /* cp210x_flow_ctl::ulControlHandshake */
466 /* values for cp210x_flow_ctl::ulControlHandshake::CP210X_SERIAL_DTR_MASK */
1192 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_get_termios_port()
1471 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_set_termios()
1473 dev_dbg(dev, "%s - read ulControlHandshake=0x%08x, ulFlowReplace=0x%08x\n", in cp210x_set_termios()
1497 dev_dbg(dev, "%s - write ulControlHandshake=0x%08x, ulFlowReplace=0x%08x\n", in cp210x_set_termios()
1499 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_set_termios()

Completed in 7 milliseconds