Home
last modified time | relevance | path

Searched refs:SERIO_HIL (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dserio.h112 #define SERIO_HIL 0x25 macro
/linux-2.4.37.9/drivers/hil/
Dhil_ptr.c246 if (serio->type != (SERIO_HIL_MLC | SERIO_HIL)) return; in hil_ptr_connect()
369 ptr->dev.idvendor = SERIO_HIL; in hil_ptr_connect()
Dhil_kbd.c326 if (serio->type != (SERIO_HIL_MLC | SERIO_HIL)) return; in hil_kbd_connect()
388 kbd->dev.idvendor = SERIO_HIL; in hil_kbd_connect()
Dhil_mlc.c873 mlc->serio[i].type = SERIO_HIL | SERIO_HIL_MLC; in hil_mlc_register()