Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/mISDN/
Dlayer1.c129 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()
Dlayer1.h18 #define FLG_L1_ACTIVATING 1 macro
/linux-4.19.296/drivers/isdn/hisax/
Disdnl1.c162 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()
Dhisax.h203 #define FLG_L1_ACTIVATING 1 macro