Searched refs:hil (Results 1 – 2 of 2) sorted by relevance
251 if (hp_sdc.hil != NULL) in hp_sdc_isr()252 hp_sdc.hil(irq, dev_id, status, data); in hp_sdc_isr()692 if (hp_sdc.hil != NULL) { in hp_sdc_request_hil_irq()697 hp_sdc.hil = callback; in hp_sdc_request_hil_irq()753 if ((callback != hp_sdc.hil) || in hp_sdc_release_hil_irq()754 (hp_sdc.hil == NULL)) { in hp_sdc_release_hil_irq()759 hp_sdc.hil = NULL; in hp_sdc_release_hil_irq()782 if(hp_sdc.hil == NULL) { in hp_sdc_release_cooked_irq()841 hp_sdc.hil = NULL; in hp_sdc_init()
278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member