Searched refs:D_CLEARBUSY (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/drivers/isdn/hisax/ |
D | amd7930_fn.c | 242 if (test_and_clear_bit(D_CLEARBUSY, &cs->event)) { in Amd7930_bh() 445 schedule_event(cs, D_CLEARBUSY); in Amd7930_interrupt() 463 schedule_event(cs, D_CLEARBUSY); in Amd7930_interrupt() 484 schedule_event(cs, D_CLEARBUSY); in Amd7930_interrupt() 513 schedule_event(cs, D_CLEARBUSY); in Amd7930_interrupt() 660 schedule_event(cs, D_CLEARBUSY); in Amd7930_l1hw()
|
D | isdnl1.h | 13 #define D_CLEARBUSY 3 macro
|
D | icc.c | 87 if (test_and_clear_bit(D_CLEARBUSY, &cs->event)) { in icc_bh() 240 schedule_event(cs, D_CLEARBUSY); in icc_interrupt() 296 schedule_event(cs, D_CLEARBUSY); in icc_interrupt() 559 schedule_event(cs, D_CLEARBUSY); in ICC_l1hw()
|
D | isac.c | 90 if (test_and_clear_bit(D_CLEARBUSY, &cs->event)) { in isac_bh() 243 schedule_event(cs, D_CLEARBUSY); in isac_interrupt() 299 schedule_event(cs, D_CLEARBUSY); in isac_interrupt() 557 schedule_event(cs, D_CLEARBUSY); in ISAC_l1hw()
|
D | w6692.c | 109 if (test_and_clear_bit(D_CLEARBUSY, &cs->event)) { in W6692_bh() 459 schedule_event(cs, D_CLEARBUSY); in W6692_interrupt() 491 schedule_event(cs, D_CLEARBUSY); in W6692_interrupt() 663 schedule_event(cs, D_CLEARBUSY); in W6692_l1hw()
|
D | ipacx.c | 375 schedule_event(cs, D_CLEARBUSY); in dch_int()
|
D | hfc_2bds0.c | 864 schedule_event(cs, D_CLEARBUSY); in hfc2bds0_interrupt()
|
D | hfc_sx.c | 819 schedule_event(cs, D_CLEARBUSY); in hfcsx_interrupt()
|
D | hfc_pci.c | 1054 sched_event_D_pci(cs, D_CLEARBUSY); in hfcpci_interrupt()
|
/linux-2.6.39/drivers/isdn/hardware/mISDN/ |
D | w6692.c | 332 dchannel_sched_event(dch, D_CLEARBUSY); in d_retransmit()
|
D | hfcsusb.c | 365 dchannel_sched_event(&hc->dch, D_CLEARBUSY); in hfcusb_l2l1D()
|
D | hfcpci.c | 1670 dchannel_sched_event(&hc->dch, D_CLEARBUSY); in hfcpci_l2l1D()
|
D | hfcmulti.c | 3400 dchannel_sched_event(&hc->dch, D_CLEARBUSY); in handle_dmsg()
|