Searched refs:FLG_HDLC (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
D | mISDNhw.h | 56 #define FLG_HDLC 13 /* channel use hdlc data */ macro
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | mISDNipac.c | 1248 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode() 1263 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode() 1284 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode() 1299 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode() 1320 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode() 1335 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
|
D | netjet.c | 230 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()
|
D | avmfritz.c | 371 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()
|
D | w6692.c | 524 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()
|
D | hfcmulti.c | 1999 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 …]
|
D | hfcsusb.c | 716 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()
|
D | mISDNisar.c | 1293 test_and_clear_bit(FLG_HDLC, &ch->bch.Flags); in modeisar() 1309 test_and_set_bit(FLG_HDLC, &ch->bch.Flags); in modeisar()
|
D | hfcpci.c | 1325 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.1.27/drivers/isdn/mISDN/ |
D | hwchannel.c | 68 test_and_set_bit(FLG_HDLC, &ch->Flags); in mISDN_initdchannel()
|