Searched refs:FLG_OPEN (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | mISDNhw.h | 39 #define FLG_OPEN 5 /* channel is in use */ macro
|
| /linux/drivers/isdn/hardware/mISDN/ |
| H A D | avmfritz.c | 847 test_and_clear_bit(FLG_OPEN, &bch->Flags); in avm_bctrl() 905 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
|
| H A D | netjet.c | 801 test_and_clear_bit(FLG_OPEN, &bch->Flags); in nj_bctrl() 859 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
|
| H A D | w6692.c | 997 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel() 1036 test_and_clear_bit(FLG_OPEN, &bch->Flags); in w6692_bctrl()
|
| H A D | mISDNisar.c | 1580 test_and_clear_bit(FLG_OPEN, &bch->Flags); in isar_bctrl() 1645 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in isar_open()
|
| H A D | mISDNipac.c | 1397 test_and_clear_bit(FLG_OPEN, &bch->Flags); in hscx_bctrl() 1489 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
|
| H A D | hfcsusb.c | 484 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel() 1820 test_and_clear_bit(FLG_OPEN, &bch->Flags); in hfc_bctrl()
|
| H A D | hfcpci.c | 1554 test_and_clear_bit(FLG_OPEN, &bch->Flags); in hfc_bctrl() 1941 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
|
| H A D | hfcmulti.c | 3669 test_and_clear_bit(FLG_OPEN, &bch->Flags); in hfcm_bctrl() 4078 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
|
| /linux/drivers/isdn/mISDN/ |
| H A D | l1oip_core.c | 1022 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel() 1212 test_and_clear_bit(FLG_OPEN, &bch->Flags); in l1oip_bctrl()
|