Home
last modified time | relevance | path

Searched defs:key_down (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/input/misc/
Datlas_btns.c59 int key_down = !(address & 0x10); in acpi_atlas_button_handler() local
Dpcf8574_keypad.c72 int key_down = nextstate < ARRAY_SIZE(lp->btncode); in pcf8574_kp_irq_handler() local
/linux-2.6.39/drivers/input/keyboard/
Dsamsung-keypad.c120 unsigned int key_down = 0; in samsung_keypad_report() local
159 bool key_down; in samsung_keypad_irq() local
Domap-keypad.c169 unsigned char new_state[8], changed, key_down = 0; in omap_kp_tasklet() local
/linux-2.6.39/drivers/tty/
Dsysrq.c569 unsigned long key_down[BITS_TO_LONGS(KEY_CNT)]; member
/linux-2.6.39/drivers/misc/ibmasm/
Dremote.h71 unsigned char key_down; member
/linux-2.6.39/drivers/tty/vt/
Dkeyboard.c134 static unsigned long key_down[BITS_TO_LONGS(KEY_CNT)]; /* keyboard key bitmap */ variable