Searched refs:D_RCVBUFREADY (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/drivers/isdn/hisax/ |
D | isdnl1.h | 10 #define D_RCVBUFREADY 0 macro
|
D | amd7930_fn.c | 257 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) { in Amd7930_bh() 329 schedule_event(cs, D_RCVBUFREADY); in Amd7930_empty_Dfifo()
|
D | icc.c | 98 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in icc_bh() 226 schedule_event(cs, D_RCVBUFREADY); in icc_interrupt()
|
D | isac.c | 101 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in isac_bh() 229 schedule_event(cs, D_RCVBUFREADY); in isac_interrupt()
|
D | hfc_2bds0.c | 580 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in hfcd_bh() 670 schedule_event(cs, D_RCVBUFREADY); in receive_dmsg()
|
D | w6692.c | 120 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in W6692_bh() 450 schedule_event(cs, D_RCVBUFREADY); in W6692_interrupt()
|
D | config.c | 1666 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in hisax_bh() 1717 hisax_sched_event(cs, D_RCVBUFREADY); in hisax_d_l1l2()
|
D | hfc_sx.c | 464 schedule_event(cs, D_RCVBUFREADY); in receive_dmsg() 1321 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in hfcsx_bh()
|
D | ipacx.c | 359 schedule_event(cs, D_RCVBUFREADY); in dch_int()
|
D | hfc_pci.c | 386 sched_event_D_pci(cs, D_RCVBUFREADY); in receive_dmsg() 1568 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in hfcpci_bh()
|