Home
last modified time | relevance | path

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

/linux-4.4.14/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
/linux-4.4.14/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
/linux-4.4.14/drivers/hid/
Dhid-appleir.c165 static void key_down(struct hid_device *hid, struct appleir *appleir, int key) in key_down() function
/linux-4.4.14/drivers/tty/
Dsysrq.c594 unsigned long key_down[BITS_TO_LONGS(KEY_CNT)]; member
/linux-4.4.14/drivers/misc/ibmasm/
Dremote.h71 unsigned char key_down; member
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c124 static unsigned long key_down[BITS_TO_LONGS(KEY_CNT)]; /* keyboard key bitmap */ variable