Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
DmISDNhw.h56 #define FLG_HDLC 13 /* channel use hdlc data */ macro
/linux-4.4.14/drivers/isdn/hardware/mISDN/
DmISDNipac.c1247 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1262 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1283 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1298 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1319 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1334 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
Dnetjet.c230 test_and_clear_bit(FLG_HDLC, &bc->bch.Flags); in mode_tiger()
251 test_and_set_bit(FLG_HDLC, &bc->bch.Flags); in mode_tiger()
564 if (test_bit(FLG_HDLC, &bc->bch.Flags) && !fillempty) { in fill_dma()
654 if (test_bit(FLG_HDLC, &bc->bch.Flags)) { in send_tiger_bc()
Davmfritz.c371 test_and_clear_bit(FLG_HDLC, &bch->Flags); in modehdlc()
392 test_and_set_bit(FLG_HDLC, &bch->Flags); in modehdlc()
477 if (test_bit(FLG_HDLC, &bch->Flags)) in hdlc_fill_fifo()
Dw6692.c524 else if (test_bit(FLG_HDLC, &wch->bch.Flags)) in W6692_fill_Bfifo()
621 test_and_clear_bit(FLG_HDLC, &wch->bch.Flags); in w6692_mode()
640 test_and_set_bit(FLG_HDLC, &wch->bch.Flags); in w6692_mode()
687 if (test_bit(FLG_HDLC, &wch->bch.Flags)) { in W6692B_interrupt()
Dhfcmulti.c1999 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_tx()
2058 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && in hfcmulti_tx()
2093 && !test_bit(FLG_HDLC, &bch->Flags) && z2 == z1) { in hfcmulti_tx()
2103 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && (!*txpending) in hfcmulti_tx()
2137 if (dch || test_bit(FLG_HDLC, &bch->Flags)) in hfcmulti_tx()
2163 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_tx()
2233 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_rx()
2253 if ((dch || test_bit(FLG_HDLC, &bch->Flags)) && f1 != f2) in hfcmulti_rx()
2288 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_rx()
3018 test_and_clear_bit(FLG_HDLC, &hc->chan[ch].bch->Flags); in mode_hfcmulti()
[all …]
Dhfcsusb.c716 clear_bit(FLG_HDLC, &bch->Flags); in hfcsusb_setup_bch()
726 set_bit(FLG_HDLC, &bch->Flags); in hfcsusb_setup_bch()
861 hdlc = test_bit(FLG_HDLC, &fifo->bch->Flags); in hfcsusb_rx_frame()
1191 hdlc = test_bit(FLG_HDLC, &fifo->bch->Flags); in tx_iso_complete()
DmISDNisar.c1293 test_and_clear_bit(FLG_HDLC, &ch->bch.Flags); in modeisar()
1309 test_and_set_bit(FLG_HDLC, &ch->bch.Flags); in modeisar()
Dhfcpci.c1325 test_and_clear_bit(FLG_HDLC, &bch->Flags); in mode_hfcpci()
1390 test_and_set_bit(FLG_HDLC, &bch->Flags); in mode_hfcpci()
/linux-4.4.14/drivers/isdn/mISDN/
Dhwchannel.c68 test_and_set_bit(FLG_HDLC, &ch->Flags); in mISDN_initdchannel()