Searched refs:hil (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dhil_mlc.h34 #include <linux/hil.h>
H A Dhp_sdc.h278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member in struct:__anon3
/linux-master/drivers/input/serio/
H A Dhp_sdc.c72 #include <linux/hil.h>
251 if (hp_sdc.hil != NULL)
252 hp_sdc.hil(irq, dev_id, status, data);
692 if (hp_sdc.hil != NULL) {
697 hp_sdc.hil = callback;
753 if ((callback != hp_sdc.hil) ||
754 (hp_sdc.hil == NULL)) {
759 hp_sdc.hil = NULL;
782 if(hp_sdc.hil == NULL) {
841 hp_sdc.hil
[all...]
/linux-master/drivers/input/keyboard/
H A Dhilkbd.c3 * linux/drivers/hil/hilkbd.c
21 #include <linux/hil.h>
216 err = request_irq(HIL_IRQ, hil_interrupt, 0, "hil", hil_dev.dev_id);
335 .name = "hil",
369 if (!request_region(HILBASE + HIL_DATA, 2, "hil")) {
H A Dhil_kbd.c34 #include <linux/hil.h>
77 /* Raw device info records from HIL bus, see hil.h for fields. */

Completed in 148 milliseconds