Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Datlas_btns.c44 int key_down = !(address & 0x10); in acpi_atlas_button_handler() local
H A Dpcf8574_keypad.c70 int key_down = nextstate < ARRAY_SIZE(lp->btncode); in pcf8574_kp_irq_handler() local
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dsamsung-keypad.c111 unsigned int key_down = 0; in samsung_keypad_report() local
150 bool key_down; in samsung_keypad_irq() local
H A Domap-keypad.c96 unsigned char new_state[8], changed, key_down = 0; in omap_kp_tasklet() local
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-appleir.c157 static void key_down(struct hid_device *hid, struct appleir *appleir, int key) in key_down() function
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_f3a.c42 bool key_down = !(f3a->data_regs[0] & BIT(button)); in rmi_f3a_report_button() local
H A Drmi_f30.c107 bool key_down = !(f30->data_regs[reg_num] & BIT(bit_num)); in rmi_f30_report_button() local
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.h160 bool key_down; member
/OK3568_Linux_fs/kernel/drivers/misc/ibmasm/
H A Dremote.h58 unsigned char key_down; member
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsysrq.c655 unsigned long key_down[BITS_TO_LONGS(KEY_CNT)]; member
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dkeyboard.c128 static unsigned long key_down[BITS_TO_LONGS(KEY_CNT)]; /* keyboard key bitmap */ variable