Home
last modified time | relevance | path

Searched refs:IPW_CONTROL_LINE_DTR (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/tty/ipwireless/
Dhardware.h30 #define IPW_CONTROL_LINE_DTR 0x0010 macro
Dhardware.c1338 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()
1452 IPW_CONTROL_LINE_DTR) != 0); in __handle_setup_get_version_rsp()
Dtty.c292 if (my & IPW_CONTROL_LINE_DTR) in get_control_lines()