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

/linux-master/include/linux/
H A 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;
/linux-master/drivers/input/serio/
H A Dhp_sdc.c662 int hp_sdc_request_timer_irq(hp_sdc_irqhook *callback)
686 int hp_sdc_request_hil_irq(hp_sdc_irqhook *callback)
707 int hp_sdc_request_cooked_irq(hp_sdc_irqhook *callback)
729 int hp_sdc_release_timer_irq(hp_sdc_irqhook *callback)
750 int hp_sdc_release_hil_irq(hp_sdc_irqhook *callback)
771 int hp_sdc_release_cooked_irq(hp_sdc_irqhook *callback)

Completed in 119 milliseconds