Home
last modified time | relevance | path

Searched refs:flow_ctl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dcp210x.c1142 struct cp210x_flow_ctl flow_ctl; in cp210x_set_flow_control() local
1191 ret = cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl, in cp210x_set_flow_control()
1192 sizeof(flow_ctl)); in cp210x_set_flow_control()
1196 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_set_flow_control()
1197 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_flow_control()
1228 flow_ctl.ulXonLimit = cpu_to_le32(128); in cp210x_set_flow_control()
1229 flow_ctl.ulXoffLimit = cpu_to_le32(128); in cp210x_set_flow_control()
1242 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_set_flow_control()
1243 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_set_flow_control()
1245 ret = cp210x_write_reg_block(port, CP210X_SET_FLOW, &flow_ctl, in cp210x_set_flow_control()
1340 struct cp210x_flow_ctl flow_ctl; cp210x_tiocmset_port() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dcp210x.c1090 struct cp210x_flow_ctl flow_ctl; in cp210x_get_termios_port() local
1190 cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl, in cp210x_get_termios_port()
1191 sizeof(flow_ctl)); in cp210x_get_termios_port()
1192 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_get_termios_port()
1202 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_get_termios_port()
1205 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_get_termios_port()
1208 &flow_ctl, in cp210x_get_termios_port()
1209 sizeof(flow_ctl)); in cp210x_get_termios_port()
1465 struct cp210x_flow_ctl flow_ctl; in cp210x_set_termios() local
1469 cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl, in cp210x_set_termios()
[all...]
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.c254 if (param->flow_ctl.mask == cpu_to_le32(0xFFFFFFFF)) { in ipc_mux_dl_cmds_decode_process()
258 le32_to_cpu(param->flow_ctl.mask); in ipc_mux_dl_cmds_decode_process()
278 } else if (param->flow_ctl.mask == 0) { in ipc_mux_dl_cmds_decode_process()
284 dev_dbg(ipc_mux->dev, "if_id[%u] flow_ctl mask 0x%08X", in ipc_mux_dl_cmds_decode_process()
285 if_id, le32_to_cpu(param->flow_ctl.mask)); in ipc_mux_dl_cmds_decode_process()
289 le32_to_cpu(param->flow_ctl.mask); in ipc_mux_dl_cmds_decode_process()
302 le32_to_cpu(param->flow_ctl.mask)); in ipc_mux_dl_cmds_decode_process()
328 sizeof(cmdh->param.flow_ctl); in ipc_mux_dl_cmd_decode()
541 sizeof(cmdh->param.flow_ctl); in ipc_mux_dl_acb_decode()
H A Diosm_ipc_mux.h150 * @flow_ctl: In-band flow control on the opened interfaces
158 struct mux_cmd_flow_ctl flow_ctl; member

Completed in 9 milliseconds