Home
last modified time | relevance | path

Searched refs:control_lines (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/tty/ipwireless/
Dtty.c53 unsigned int control_lines; member
290 unsigned int my = tty->control_lines; in get_control_lines()
625 unsigned int control_lines, in ipwireless_tty_notify_control_line_change() argument
628 unsigned int old_control_lines = tty->control_lines; in ipwireless_tty_notify_control_line_change()
630 tty->control_lines = (tty->control_lines & ~changed_mask) in ipwireless_tty_notify_control_line_change()
631 | (control_lines & changed_mask); in ipwireless_tty_notify_control_line_change()
638 && !(tty->control_lines & IPW_CONTROL_LINE_DCD) in ipwireless_tty_notify_control_line_change()
Dtty.h42 unsigned int control_lines,
Dnetwork.h34 unsigned int channel_idx, unsigned int control_lines,
Dhardware.c274 unsigned int control_lines[NL_NUM_OF_ADDRESSES]; member
798 hw->control_lines[channel_idx] |= changed_mask; in handle_received_CTRL_packet()
800 hw->control_lines[channel_idx] &= ~changed_mask; in handle_received_CTRL_packet()
805 hw->control_lines[channel_idx], in handle_received_CTRL_packet()
1337 hw->control_lines[channel_idx] |= IPW_CONTROL_LINE_DTR; in set_DTR()
1339 hw->control_lines[channel_idx] &= ~IPW_CONTROL_LINE_DTR; in set_DTR()
1348 hw->control_lines[channel_idx] |= IPW_CONTROL_LINE_RTS; in set_RTS()
1350 hw->control_lines[channel_idx] &= ~IPW_CONTROL_LINE_RTS; in set_RTS()
1450 (hw->control_lines[channel_idx] & in __handle_setup_get_version_rsp()
1459 (hw->control_lines [channel_idx] & in __handle_setup_get_version_rsp()
Dnetwork.c313 unsigned int control_lines, in ipwireless_network_notify_control_line_change() argument
319 network->ras_control_lines = control_lines; in ipwireless_network_notify_control_line_change()
334 control_lines, in ipwireless_network_notify_control_line_change()