Searched refs:control_lines (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
H A D | tty.c | 54 unsigned int control_lines; member 289 unsigned int my = tty->control_lines; in get_control_lines() 617 unsigned int control_lines, in ipwireless_tty_notify_control_line_change() 620 unsigned int old_control_lines = tty->control_lines; in ipwireless_tty_notify_control_line_change() 622 tty->control_lines = (tty->control_lines & ~changed_mask) in ipwireless_tty_notify_control_line_change() 623 | (control_lines & changed_mask); in ipwireless_tty_notify_control_line_change() 630 && !(tty->control_lines & IPW_CONTROL_LINE_DCD) in ipwireless_tty_notify_control_line_change() 615 ipwireless_tty_notify_control_line_change(struct ipw_tty *tty, unsigned int channel_idx, unsigned int control_lines, unsigned int changed_mask) ipwireless_tty_notify_control_line_change() argument
|
H A D | hardware.c | 275 unsigned int control_lines[NL_NUM_OF_ADDRESSES]; member 799 hw->control_lines[channel_idx] |= changed_mask; in handle_received_CTRL_packet() 801 hw->control_lines[channel_idx] &= ~changed_mask; in handle_received_CTRL_packet() 806 hw->control_lines[channel_idx], in handle_received_CTRL_packet() 1338 hw->control_lines[channel_idx] |= IPW_CONTROL_LINE_DTR; in set_DTR() 1340 hw->control_lines[channel_idx] &= ~IPW_CONTROL_LINE_DTR; in set_DTR() 1349 hw->control_lines[channel_idx] |= IPW_CONTROL_LINE_RTS; in set_RTS() 1351 hw->control_lines[channel_idx] &= ~IPW_CONTROL_LINE_RTS; in set_RTS() 1451 (hw->control_lines[channel_idx] & in __handle_setup_get_version_rsp() 1460 (hw->control_lines [channel_id in __handle_setup_get_version_rsp() [all...] |
H A D | network.h | 35 unsigned int channel_idx, unsigned int control_lines,
|
H A D | tty.h | 43 unsigned int control_lines,
|
H A D | network.c | 314 unsigned int control_lines, in ipwireless_network_notify_control_line_change() 320 network->ras_control_lines = control_lines; in ipwireless_network_notify_control_line_change() 335 control_lines, in ipwireless_network_notify_control_line_change() 312 ipwireless_network_notify_control_line_change(struct ipw_network *network, unsigned int channel_idx, unsigned int control_lines, unsigned int changed_mask) ipwireless_network_notify_control_line_change() argument
|
/kernel/linux/linux-6.6/drivers/tty/ipwireless/ |
H A D | tty.c | 54 unsigned int control_lines; member 287 unsigned int my = tty->control_lines; in get_control_lines() 609 unsigned int control_lines, in ipwireless_tty_notify_control_line_change() 612 unsigned int old_control_lines = tty->control_lines; in ipwireless_tty_notify_control_line_change() 614 tty->control_lines = (tty->control_lines & ~changed_mask) in ipwireless_tty_notify_control_line_change() 615 | (control_lines & changed_mask); in ipwireless_tty_notify_control_line_change() 622 && !(tty->control_lines & IPW_CONTROL_LINE_DCD) in ipwireless_tty_notify_control_line_change() 607 ipwireless_tty_notify_control_line_change(struct ipw_tty *tty, unsigned int channel_idx, unsigned int control_lines, unsigned int changed_mask) ipwireless_tty_notify_control_line_change() argument
|
H A D | hardware.c | 275 unsigned int control_lines[NL_NUM_OF_ADDRESSES]; member 799 hw->control_lines[channel_idx] |= changed_mask; in handle_received_CTRL_packet() 801 hw->control_lines[channel_idx] &= ~changed_mask; in handle_received_CTRL_packet() 806 hw->control_lines[channel_idx], in handle_received_CTRL_packet() 1338 hw->control_lines[channel_idx] |= IPW_CONTROL_LINE_DTR; in set_DTR() 1340 hw->control_lines[channel_idx] &= ~IPW_CONTROL_LINE_DTR; in set_DTR() 1349 hw->control_lines[channel_idx] |= IPW_CONTROL_LINE_RTS; in set_RTS() 1351 hw->control_lines[channel_idx] &= ~IPW_CONTROL_LINE_RTS; in set_RTS() 1451 (hw->control_lines[channel_idx] & in __handle_setup_get_version_rsp() 1460 (hw->control_lines [channel_id in __handle_setup_get_version_rsp() [all...] |
H A D | network.h | 35 unsigned int channel_idx, unsigned int control_lines,
|
H A D | tty.h | 43 unsigned int control_lines,
|
H A D | network.c | 314 unsigned int control_lines, in ipwireless_network_notify_control_line_change() 320 network->ras_control_lines = control_lines; in ipwireless_network_notify_control_line_change() 335 control_lines, in ipwireless_network_notify_control_line_change() 312 ipwireless_network_notify_control_line_change(struct ipw_network *network, unsigned int channel_idx, unsigned int control_lines, unsigned int changed_mask) ipwireless_network_notify_control_line_change() argument
|
Completed in 14 milliseconds