Searched refs:irqhook (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/input/serio/ |
H A D | hp_sdc.c | 205 if (curr->act.irqhook) in hp_sdc_take() 206 curr->act.irqhook(irq, dev_id, status, data); in hp_sdc_take() 335 if (curr->act.irqhook) in hp_sdc_tasklet() 336 curr->act.irqhook(0, NULL, 0, 0); in hp_sdc_tasklet() 568 curr->act.irqhook(0,NULL,0,0); in hp_sdc_put()
|
/openbmc/linux/include/linux/ |
H A D | hp_sdc.h | 70 hp_sdc_irqhook *irqhook; /* Callback, isr or tasklet context */ member
|