Searched refs:FLG_L1_ACTIVATING (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dlayer1.h18 #define FLG_L1_ACTIVATING 1 macro
H A Dlayer1.c123 if (test_bit(FLG_L1_ACTIVATING, &l1->Flags))
142 if (test_bit(FLG_L1_ACTIVATING, &l1->Flags)) {
193 if (test_and_clear_bit(FLG_L1_ACTIVATING, &l1->Flags)) {
244 test_and_clear_bit(FLG_L1_ACTIVATING, &l1->Flags);
347 test_and_set_bit(FLG_L1_ACTIVATING, &l1->Flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Disdnl1.c162 if (test_and_clear_bit(FLG_L1_ACTIVATING, &st->l1.Flags))
469 if (test_bit(FLG_L1_ACTIVATING, &st->l1.Flags))
488 if (test_bit(FLG_L1_ACTIVATING, &st->l1.Flags)) {
551 if (test_and_clear_bit(FLG_L1_ACTIVATING, &st->l1.Flags))
598 test_and_clear_bit(FLG_L1_ACTIVATING, &st->l1.Flags);
818 test_and_set_bit(FLG_L1_ACTIVATING, &st->l1.Flags);
H A Dhisax.h202 #define FLG_L1_ACTIVATING 1 macro

Completed in 133 milliseconds