Home
last modified time | relevance | path

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

/include/linux/
Dhp_sdc.h54 typedef void (hp_sdc_irqhook) (int irq, void *dev_id, typedef
57 int hp_sdc_request_timer_irq(hp_sdc_irqhook *callback);
58 int hp_sdc_request_hil_irq(hp_sdc_irqhook *callback);
59 int hp_sdc_request_cooked_irq(hp_sdc_irqhook *callback);
60 int hp_sdc_release_timer_irq(hp_sdc_irqhook *callback);
61 int hp_sdc_release_hil_irq(hp_sdc_irqhook *callback);
62 int hp_sdc_release_cooked_irq(hp_sdc_irqhook *callback);
70 hp_sdc_irqhook *irqhook; /* Callback, isr or tasklet context */
278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked;