Home
last modified time | relevance | path

Searched refs:IPW_CONTROL_LINE_DCD (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/tty/ipwireless/
Dhardware.h26 #define IPW_CONTROL_LINE_DCD 0x0002 macro
Dtty.c301 if (my & IPW_CONTROL_LINE_DCD) in get_control_lines()
637 if ((old_control_lines & IPW_CONTROL_LINE_DCD) in ipwireless_tty_notify_control_line_change()
638 && !(tty->control_lines & IPW_CONTROL_LINE_DCD) in ipwireless_tty_notify_control_line_change()
Dnetwork.c385 IPW_CONTROL_LINE_DCD) != 0 in ipwireless_network_packet_received()
Dhardware.c784 changed_mask = IPW_CONTROL_LINE_DCD; in handle_received_CTRL_packet()