Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Dhp_sdc.c252 if (hp_sdc.hil != NULL) in hp_sdc_isr()
253 hp_sdc.hil(irq, dev_id, status, data); in hp_sdc_isr()
693 if (hp_sdc.hil != NULL) { in hp_sdc_request_hil_irq()
698 hp_sdc.hil = callback; in hp_sdc_request_hil_irq()
754 if ((callback != hp_sdc.hil) || in hp_sdc_release_hil_irq()
755 (hp_sdc.hil == NULL)) { in hp_sdc_release_hil_irq()
760 hp_sdc.hil = NULL; in hp_sdc_release_hil_irq()
783 if(hp_sdc.hil == NULL) { in hp_sdc_release_cooked_irq()
842 hp_sdc.hil = NULL; in hp_sdc_init()
/linux/include/linux/
H A Dhp_sdc.h278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member