Searched refs:hp_sdc_irqhook (Results 1 – 3 of 3) sorted by relevance
54 typedef void (hp_sdc_irqhook) (int irq, void *dev_id, typedef57 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;
665 int hp_sdc_request_timer_irq(hp_sdc_irqhook *callback) in hp_sdc_request_timer_irq()689 int hp_sdc_request_hil_irq(hp_sdc_irqhook *callback) in hp_sdc_request_hil_irq()710 int hp_sdc_request_cooked_irq(hp_sdc_irqhook *callback) in hp_sdc_request_cooked_irq()732 int hp_sdc_release_timer_irq(hp_sdc_irqhook *callback) in hp_sdc_release_timer_irq()753 int hp_sdc_release_hil_irq(hp_sdc_irqhook *callback) in hp_sdc_release_hil_irq()774 int hp_sdc_release_cooked_irq(hp_sdc_irqhook *callback) in hp_sdc_release_cooked_irq()
61 static hp_sdc_irqhook hp_sdc_rtc_isr;