Searched refs:FLG_HDLC (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A DmISDNhw.h47 #define FLG_HDLC 13 /* channel use hdlc data */ macro
/linux-master/drivers/isdn/hardware/mISDN/
H A Dnetjet.c217 test_and_clear_bit(FLG_HDLC, &bc->bch.Flags);
238 test_and_set_bit(FLG_HDLC, &bc->bch.Flags);
551 if (test_bit(FLG_HDLC, &bc->bch.Flags) && !fillempty) {
640 if (test_bit(FLG_HDLC, &bc->bch.Flags)) {
H A DmISDNipac.c1230 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags);
1245 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags);
1266 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags);
1281 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags);
1302 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags);
1317 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags);
H A Davmfritz.c359 test_and_clear_bit(FLG_HDLC, &bch->Flags);
380 test_and_set_bit(FLG_HDLC, &bch->Flags);
465 if (test_bit(FLG_HDLC, &bch->Flags))
H A Dw6692.c505 else if (test_bit(FLG_HDLC, &wch->bch.Flags))
602 test_and_clear_bit(FLG_HDLC, &wch->bch.Flags);
621 test_and_set_bit(FLG_HDLC, &wch->bch.Flags);
667 if (test_bit(FLG_HDLC, &wch->bch.Flags)) {
H A Dhfcmulti.c1954 if (dch || test_bit(FLG_HDLC, &bch->Flags)) {
2013 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) &&
2048 && !test_bit(FLG_HDLC, &bch->Flags) && z2 == z1) {
2058 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && (!*txpending)
2092 if (dch || test_bit(FLG_HDLC, &bch->Flags))
2118 if (dch || test_bit(FLG_HDLC, &bch->Flags)) {
2188 if (dch || test_bit(FLG_HDLC, &bch->Flags)) {
2208 if ((dch || test_bit(FLG_HDLC, &bch->Flags)) && f1 != f2)
2243 if (dch || test_bit(FLG_HDLC, &bch->Flags)) {
2970 test_and_clear_bit(FLG_HDLC,
[all...]
H A Dhfcsusb.c707 clear_bit(FLG_HDLC, &bch->Flags);
717 set_bit(FLG_HDLC, &bch->Flags);
852 hdlc = test_bit(FLG_HDLC, &fifo->bch->Flags);
1185 hdlc = test_bit(FLG_HDLC, &fifo->bch->Flags);
H A DmISDNisar.c1281 test_and_clear_bit(FLG_HDLC, &ch->bch.Flags);
1297 test_and_set_bit(FLG_HDLC, &ch->bch.Flags);
H A Dhfcpci.c1311 test_and_clear_bit(FLG_HDLC, &bch->Flags);
1376 test_and_set_bit(FLG_HDLC, &bch->Flags);
/linux-master/drivers/isdn/mISDN/
H A Dhwchannel.c59 test_and_set_bit(FLG_HDLC, &ch->Flags);

Completed in 200 milliseconds