Home
last modified time | relevance | path

Searched refs:irqhook (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/hil/
Dhp_sdc.c179 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/
Dhp_sdc.h68 hp_sdc_irqhook *irqhook; /* Callback, isr or tasklet context */ member