Lines Matching refs:flow_ctl
1066 struct cp210x_flow_ctl flow_ctl; in cp210x_get_termios_port() local
1166 cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl, in cp210x_get_termios_port()
1167 sizeof(flow_ctl)); in cp210x_get_termios_port()
1168 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_get_termios_port()
1178 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_get_termios_port()
1181 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_get_termios_port()
1184 &flow_ctl, in cp210x_get_termios_port()
1185 sizeof(flow_ctl)); in cp210x_get_termios_port()
1437 struct cp210x_flow_ctl flow_ctl; in cp210x_set_termios() local
1441 cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl, in cp210x_set_termios()
1442 sizeof(flow_ctl)); in cp210x_set_termios()
1443 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_set_termios()
1444 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_termios()
1471 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_set_termios()
1472 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_set_termios()
1473 cp210x_write_reg_block(port, CP210X_SET_FLOW, &flow_ctl, in cp210x_set_termios()
1474 sizeof(flow_ctl)); in cp210x_set_termios()