Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds