Searched refs:FLG_L1_ACTIVATING (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/isdn/mISDN/ |
D | layer1.c | 129 if (test_bit(FLG_L1_ACTIVATING, &l1->Flags)) in l1_deact_cnf() 148 if (test_bit(FLG_L1_ACTIVATING, &l1->Flags)) { in l1_power_up_s() 199 if (test_and_clear_bit(FLG_L1_ACTIVATING, &l1->Flags)) { in l1_timer3() 251 test_and_clear_bit(FLG_L1_ACTIVATING, &l1->Flags); in l1_activate_no() 355 test_and_set_bit(FLG_L1_ACTIVATING, &l1->Flags); in l1_event()
|
D | layer1.h | 18 #define FLG_L1_ACTIVATING 1 macro
|
/linux-4.19.296/drivers/isdn/hisax/ |
D | isdnl1.c | 162 if (test_and_clear_bit(FLG_L1_ACTIVATING, &st->l1.Flags)) in L1activated() 469 if (test_bit(FLG_L1_ACTIVATING, &st->l1.Flags)) in l1_deact_cnf() 488 if (test_bit(FLG_L1_ACTIVATING, &st->l1.Flags)) { in l1_power_up_s() 551 if (test_and_clear_bit(FLG_L1_ACTIVATING, &st->l1.Flags)) in l1_timer3() 598 test_and_clear_bit(FLG_L1_ACTIVATING, &st->l1.Flags); in l1_activate_no() 818 test_and_set_bit(FLG_L1_ACTIVATING, &st->l1.Flags); in dch_l2l1()
|
D | hisax.h | 203 #define FLG_L1_ACTIVATING 1 macro
|