Home
last modified time | relevance | path

Searched refs:OPTION_L1_HOLD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/isdn/mISDN/
H A Dtei.c122 if (!test_bit(OPTION_L1_HOLD, &mgr->options)) { in da_deactivate()
135 if (!test_bit(OPTION_L1_HOLD, &mgr->options)) { in da_ui()
1143 test_and_clear_bit(OPTION_L1_HOLD, &mgr->options); in free_teimanager()
1185 test_and_set_bit(OPTION_L1_HOLD, &mgr->options); in ctrl_teimanager()
1187 test_and_clear_bit(OPTION_L1_HOLD, &mgr->options); in ctrl_teimanager()
/openbmc/linux/include/linux/
H A DmISDNif.h250 #define OPTION_L1_HOLD 5 macro