Searched refs:FLG_BUSY_TIMER (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | mISDNhw.h | 50 #define FLG_BUSY_TIMER 7 macro
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | w6692.c | 310 if (test_and_set_bit(FLG_BUSY_TIMER, &dch->Flags)) { in W6692_fill_Dfifo() 328 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) in d_retransmit() 390 if (test_and_clear_bit(FLG_BUSY_TIMER, &card->dch.Flags)) in handle_txD() 828 if (test_bit(FLG_BUSY_TIMER, &dch->Flags)) { in dbusy_timer_handler() 838 test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags); in dbusy_timer_handler() 1150 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) in w6692_l1callback()
|
D | mISDNipac.c | 171 if (test_and_set_bit(FLG_BUSY_TIMER, &isac->dch.Flags)) { in isac_fill_fifo() 221 if (test_and_clear_bit(FLG_BUSY_TIMER, &isac->dch.Flags)) in isac_xpr_irq() 236 if (test_and_clear_bit(FLG_BUSY_TIMER, &isac->dch.Flags)) in isac_retransmit() 682 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) in isac_l1cmd() 735 if (test_bit(FLG_BUSY_TIMER, &isac->dch.Flags)) { in dbusy_timer_handler() 745 test_and_clear_bit(FLG_BUSY_TIMER, &isac->dch.Flags); in dbusy_timer_handler()
|
D | hfcpci.c | 1102 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) in hfc_l1callback() 1233 if (test_and_clear_bit(FLG_BUSY_TIMER, &hc->dch.Flags)) in hfcpci_int() 1649 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) in hfcpci_l2l1D()
|
D | hfcmulti.c | 3294 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) in hfcm_l1callback() 3435 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) in handle_dmsg()
|