Searched refs:irqhook (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/hil/ |
D | hp_sdc.c | 179 if (curr->act.irqhook) in hp_sdc_take() 180 curr->act.irqhook(irq, dev_id, status, data); in hp_sdc_take() 298 if (curr->act.irqhook) in hp_sdc_tasklet() 299 curr->act.irqhook(0, 0, 0, 0); in hp_sdc_tasklet() 514 curr->act.irqhook(0,0,0,0); in hp_sdc_put()
|
/linux-2.4.37.9/include/linux/ |
D | hp_sdc.h | 68 hp_sdc_irqhook *irqhook; /* Callback, isr or tasklet context */ member
|