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()695 if (hp_sdc.hil != NULL) { in hp_sdc_request_hil_irq()700 hp_sdc.hil = callback; in hp_sdc_request_hil_irq()756 if ((callback != hp_sdc.hil) || in hp_sdc_release_hil_irq()757 (hp_sdc.hil == NULL)) { in hp_sdc_release_hil_irq()762 hp_sdc.hil = NULL; in hp_sdc_release_hil_irq()785 if(hp_sdc.hil == NULL) { in hp_sdc_release_cooked_irq()844 hp_sdc.hil = NULL; in hp_sdc_init()
278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member