Home
last modified time | relevance | path

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

/drivers/input/misc/
Datlas_btns.c58 int key_down = !(address & 0x10); in acpi_atlas_button_handler() local
Dpcf8574_keypad.c71 int key_down = nextstate < ARRAY_SIZE(lp->btncode); in pcf8574_kp_irq_handler() local
Dkeychord.c53 int key_down; member
/drivers/input/keyboard/
Dsamsung-keypad.c115 unsigned int key_down = 0; in samsung_keypad_report() local
154 bool key_down; in samsung_keypad_irq() local
Domap-keypad.c134 unsigned char new_state[8], changed, key_down = 0; in omap_kp_tasklet() local
/drivers/hid/
Dhid-appleir.c165 static void key_down(struct hid_device *hid, struct appleir *appleir, int key) in key_down() function
/drivers/input/
Dkeycombo.c32 int key_down; member
/drivers/misc/ibmasm/
Dremote.h71 unsigned char key_down; member
/drivers/tty/
Dsysrq.c605 unsigned long key_down[BITS_TO_LONGS(KEY_CNT)]; member
/drivers/tty/vt/
Dkeyboard.c125 static unsigned long key_down[BITS_TO_LONGS(KEY_CNT)]; /* keyboard key bitmap */ variable