Searched refs:hil (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | hp_sdc.c | 72 #include <linux/hil.h> 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 in hp_sdc_init() [all...] |
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | hp_sdc.c | 72 #include <linux/hil.h> 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 in hp_sdc_init() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | hil_mlc.h | 34 #include <linux/hil.h>
|
H A D | hp_sdc.h | 278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hil_mlc.h | 34 #include <linux/hil.h>
|
H A D | hp_sdc.h | 278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | hilkbd.c | 3 * linux/drivers/hil/hilkbd.c 21 #include <linux/hil.h> 216 err = request_irq(HIL_IRQ, hil_interrupt, 0, "hil", hil_dev.dev_id); in hil_keyb_init() 337 .name = "hil", 371 if (!request_region(HILBASE + HIL_DATA, 2, "hil")) { in hil_init()
|
H A D | hil_kbd.c | 34 #include <linux/hil.h> 77 /* Raw device info records from HIL bus, see hil.h for fields. */
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | hilkbd.c | 3 * linux/drivers/hil/hilkbd.c 21 #include <linux/hil.h> 216 err = request_irq(HIL_IRQ, hil_interrupt, 0, "hil", hil_dev.dev_id); in hil_keyb_init() 335 .name = "hil", 369 if (!request_region(HILBASE + HIL_DATA, 2, "hil")) { in hil_init()
|
H A D | hil_kbd.c | 34 #include <linux/hil.h> 77 /* Raw device info records from HIL bus, see hil.h for fields. */
|
Completed in 8 milliseconds