Searched refs:FLG_ACTIVE (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/isdn/mISDN/
H A Dl1oip_core.c585 if (!test_bit(FLG_ACTIVE, &dch->Flags)) {
589 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
768 if (test_bit(FLG_ACTIVE, &dch->Flags)) {
772 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);
843 if (test_bit(FLG_ACTIVE, &dch->Flags)) {
847 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);
910 if (test_bit(FLG_ACTIVE, &dch->Flags))
921 if (test_bit(FLG_ACTIVE, &dch->Flags))
994 if (test_bit(FLG_ACTIVE, &dch->Flags)) {
1153 test_and_set_bit(FLG_ACTIVE,
[all...]
H A Dhwchannel.c133 test_and_clear_bit(FLG_ACTIVE, &ch->Flags);
/linux-master/include/linux/
H A DmISDNhw.h40 #define FLG_ACTIVE 6 /* channel is activated */ macro
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c219 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags)) {
306 if (test_bit(FLG_ACTIVE, &dch->Flags)) {
396 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
401 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);
427 test_and_clear_bit(FLG_ACTIVE, &hw->dch.Flags);
428 test_and_clear_bit(FLG_ACTIVE, &hw->ech.Flags);
435 set_bit(FLG_ACTIVE, &hw->ech.Flags);
632 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);
654 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
736 if (test_bit(FLG_ACTIVE,
[all...]
H A Dhfcpci.c309 if (test_bit(FLG_ACTIVE, &hc->bch[0].Flags) &&
312 else if (test_bit(FLG_ACTIVE, &hc->bch[1].Flags) &&
946 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
998 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);
1095 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
1100 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);
1603 if (test_bit(FLG_ACTIVE, &dch->Flags)) {
1682 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags))
H A Dhfcmulti.c1921 if (!test_bit(FLG_ACTIVE, &dch->Flags))
1926 if (!test_bit(FLG_ACTIVE, &bch->Flags))
2160 if (!test_bit(FLG_ACTIVE, &bch->Flags))
2164 if (!test_bit(FLG_ACTIVE, &dch->Flags))
2616 test_bit(FLG_ACTIVE, &dch->Flags)) {
2623 test_bit(FLG_ACTIVE, &bch->Flags)) {
2631 test_bit(FLG_ACTIVE, &dch->Flags)) {
2635 test_bit(FLG_ACTIVE, &bch->Flags)) {
3272 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
3277 test_and_clear_bit(FLG_ACTIVE,
[all...]
H A Dnetjet.c457 if (test_bit(FLG_ACTIVE, &card->bc[0].bch.Flags))
459 if (test_bit(FLG_ACTIVE, &card->bc[1].bch.Flags))
669 if (test_bit(FLG_ACTIVE, &card->bc[i].bch.Flags))
758 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags))
H A Davmfritz.c250 if (test_bit(FLG_ACTIVE, &fc->bch[0].Flags) &&
253 else if (test_bit(FLG_ACTIVE, &fc->bch[1].Flags) &&
700 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags))
H A Dw6692.c660 test_bit(FLG_ACTIVE, &wch->bch.Flags)) {
952 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags))
1140 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
1145 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);
H A DmISDNisar.c726 if (ch && test_bit(FLG_ACTIVE, &ch->bch.Flags)) {
736 if (ch && test_bit(FLG_ACTIVE, &ch->bch.Flags)) {
1487 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags))
H A DmISDNipac.c675 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
680 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);
1113 if (!test_bit(FLG_ACTIVE, &hx->bch.Flags))
1351 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags))

Completed in 373 milliseconds