Searched refs:FLG_TX_BUSY (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/isdn/mISDN/
H A Dhwchannel.c131 test_and_clear_bit(FLG_TX_BUSY, &ch->Flags);
332 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
378 test_and_clear_bit(FLG_TX_BUSY, &bch->Flags);
417 if (test_and_set_bit(FLG_TX_BUSY, &ch->Flags)) {
451 if (test_and_set_bit(FLG_TX_BUSY, &ch->Flags)) {
/linux-master/include/linux/
H A DmISDNhw.h35 #define FLG_TX_BUSY 0 /* tx_buf in use */ macro
/linux-master/drivers/isdn/hardware/mISDN/
H A Dw6692.c318 if (test_bit(FLG_TX_BUSY, &dch->Flags)) {
324 test_and_set_bit(FLG_TX_BUSY, &dch->Flags);
1130 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
H A DmISDNipac.c223 if (test_bit(FLG_TX_BUSY, &isac->dch.Flags)) {
229 test_and_set_bit(FLG_TX_BUSY, &isac->dch.Flags);
665 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
H A Dhfcpci.c1087 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
1635 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
H A Dhfcsusb.c344 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
393 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
H A Dhfcmulti.c3248 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
3393 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);

Completed in 175 milliseconds