flow_ctl          914 drivers/usb/serial/cp210x.c 	struct cp210x_flow_ctl flow_ctl;
flow_ctl         1013 drivers/usb/serial/cp210x.c 	cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl,
flow_ctl         1014 drivers/usb/serial/cp210x.c 			sizeof(flow_ctl));
flow_ctl         1015 drivers/usb/serial/cp210x.c 	ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake);
flow_ctl         1233 drivers/usb/serial/cp210x.c 		struct cp210x_flow_ctl flow_ctl;
flow_ctl         1237 drivers/usb/serial/cp210x.c 		cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl,
flow_ctl         1238 drivers/usb/serial/cp210x.c 				sizeof(flow_ctl));
flow_ctl         1239 drivers/usb/serial/cp210x.c 		ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake);
flow_ctl         1240 drivers/usb/serial/cp210x.c 		flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace);
flow_ctl         1267 drivers/usb/serial/cp210x.c 		flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs);
flow_ctl         1268 drivers/usb/serial/cp210x.c 		flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl);
flow_ctl         1269 drivers/usb/serial/cp210x.c 		cp210x_write_reg_block(port, CP210X_SET_FLOW, &flow_ctl,
flow_ctl         1270 drivers/usb/serial/cp210x.c 				sizeof(flow_ctl));