Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/ipwireless/
Dhardware.h27 #define IPW_CONTROL_LINE_DCD 0x0002 macro
Dtty.c298 if (my & IPW_CONTROL_LINE_DCD) in get_control_lines()
621 if ((old_control_lines & IPW_CONTROL_LINE_DCD) in ipwireless_tty_notify_control_line_change()
622 && !(tty->control_lines & IPW_CONTROL_LINE_DCD) in ipwireless_tty_notify_control_line_change()
Dnetwork.c386 IPW_CONTROL_LINE_DCD) != 0 in ipwireless_network_packet_received()
Dhardware.c785 changed_mask = IPW_CONTROL_LINE_DCD; in handle_received_CTRL_packet()