Lines Matching refs:flow_ctl
1087 struct cp210x_flow_ctl flow_ctl; in cp210x_get_termios_port() local
1187 cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl, in cp210x_get_termios_port()
1188 sizeof(flow_ctl)); in cp210x_get_termios_port()
1189 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_get_termios_port()
1199 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_get_termios_port()
1202 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_get_termios_port()
1205 &flow_ctl, in cp210x_get_termios_port()
1206 sizeof(flow_ctl)); in cp210x_get_termios_port()
1462 struct cp210x_flow_ctl flow_ctl; in cp210x_set_termios() local
1466 cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl, in cp210x_set_termios()
1467 sizeof(flow_ctl)); in cp210x_set_termios()
1468 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_set_termios()
1469 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_termios()
1496 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_set_termios()
1497 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_set_termios()
1498 cp210x_write_reg_block(port, CP210X_SET_FLOW, &flow_ctl, in cp210x_set_termios()
1499 sizeof(flow_ctl)); in cp210x_set_termios()