Home
last modified time | relevance | path

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

/drivers/tty/ipwireless/
Dhardware.h29 #define IPW_CONTROL_LINE_DTR 0x0010 macro
Dhardware.c1337 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()
1451 IPW_CONTROL_LINE_DTR) != 0); in __handle_setup_get_version_rsp()
Dtty.c328 if (my & IPW_CONTROL_LINE_DTR) in get_control_lines()