Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/mISDN/
Dlayer1.h19 #define FLG_L1_ACTIVATED 2 macro
Dlayer1.c185 if (!test_bit(FLG_L1_ACTIVATED, &l1->Flags)) { in l1_info4_ind()
216 test_and_set_bit(FLG_L1_ACTIVATED, &l1->Flags); in l1_timer_act()
226 test_and_clear_bit(FLG_L1_ACTIVATED, &l1->Flags); in l1_timer_deact()
352 if (test_bit(FLG_L1_ACTIVATED, &l1->Flags)) in l1_event()
/linux-4.19.296/drivers/isdn/hisax/
Disdnl1.c537 if (!test_bit(FLG_L1_ACTIVATED, &st->l1.Flags)) { in l1_info4_ind()
569 test_and_set_bit(FLG_L1_ACTIVATED, &st->l1.Flags); in l1_timer_act()
579 test_and_clear_bit(FLG_L1_ACTIVATED, &st->l1.Flags); in l1_timer_deact()
815 if (test_bit(FLG_L1_ACTIVATED, &st->l1.Flags)) in dch_l2l1()
Dhisax.h204 #define FLG_L1_ACTIVATED 2 macro