Home
last modified time | relevance | path

Searched refs:flow_ctl (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/usb/serial/
Dcp210x.c1172 struct cp210x_flow_ctl flow_ctl; in cp210x_set_flow_control() local
1212 ret = cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl, in cp210x_set_flow_control()
1213 sizeof(flow_ctl)); in cp210x_set_flow_control()
1217 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_set_flow_control()
1218 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_flow_control()
1249 flow_ctl.ulXonLimit = cpu_to_le32(128); in cp210x_set_flow_control()
1250 flow_ctl.ulXoffLimit = cpu_to_le32(128); in cp210x_set_flow_control()
1263 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_set_flow_control()
1264 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_set_flow_control()
1266 ret = cp210x_write_reg_block(port, CP210X_SET_FLOW, &flow_ctl, in cp210x_set_flow_control()
[all …]
/Linux-v5.15/drivers/net/wwan/iosm/
Diosm_ipc_mux_codec.c187 sizeof(param->flow_ctl); in ipc_mux_dl_dlcmds_decode_process()
188 if (param->flow_ctl.mask == cpu_to_le32(0xFFFFFFFF)) { in ipc_mux_dl_dlcmds_decode_process()
192 le32_to_cpu(param->flow_ctl.mask); in ipc_mux_dl_dlcmds_decode_process()
202 } else if (param->flow_ctl.mask == 0) { in ipc_mux_dl_dlcmds_decode_process()
211 le32_to_cpu(param->flow_ctl.mask); in ipc_mux_dl_dlcmds_decode_process()
221 le32_to_cpu(param->flow_ctl.mask)); in ipc_mux_dl_dlcmds_decode_process()
Diosm_ipc_mux.h154 struct mux_cmd_flow_ctl flow_ctl; member