Searched refs:flow_ctl (Results 1 – 1 of 1) sorted by relevance
889 struct cp210x_flow_ctl flow_ctl; in cp210x_get_termios_port() local988 cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl, in cp210x_get_termios_port()989 sizeof(flow_ctl)); in cp210x_get_termios_port()990 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_get_termios_port()1213 struct cp210x_flow_ctl flow_ctl; in cp210x_set_termios() local1217 cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl, in cp210x_set_termios()1218 sizeof(flow_ctl)); in cp210x_set_termios()1219 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_set_termios()1220 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_termios()1247 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_set_termios()[all …]