Searched refs:D_RCVBUFREADY (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | isdnl1.h | 10 #define D_RCVBUFREADY 0 macro
|
D | amd7930_fn.c | 258 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) { in Amd7930_bh() 344 Amd7930_sched_event(cs, D_RCVBUFREADY); in Amd7930_empty_Dfifo()
|
D | icc.c | 98 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in icc_bh() 246 icc_sched_event(cs, D_RCVBUFREADY); in icc_interrupt()
|
D | isac.c | 102 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in isac_bh() 250 isac_sched_event(cs, D_RCVBUFREADY); in isac_interrupt()
|
D | ipacx.c | 300 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) { in dch_bh() 463 dch_sched_event(cs, D_RCVBUFREADY); in dch_int()
|
D | w6692.c | 123 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in W6692_bh() 462 W6692_sched_event(cs, D_RCVBUFREADY); in W6692_interrupt()
|
D | hfc_2bds0.c | 640 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in hfcd_bh() 751 sched_event_D(cs, D_RCVBUFREADY); in receive_dmsg()
|
D | hfc_sx.c | 517 sched_event_D_sx(cs, D_RCVBUFREADY); in receive_dmsg() 1399 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in hfcsx_bh()
|
D | config.c | 1836 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in hisax_bh() 1888 hisax_sched_event(cs, D_RCVBUFREADY); in hisax_d_l1l2()
|
D | hfc_pci.c | 406 sched_event_D_pci(cs, D_RCVBUFREADY); in receive_dmsg() 1616 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in hfcpci_bh()
|