Searched defs:key_down (Results 1 – 9 of 9) sorted by relevance
58 int key_down = !(address & 0x10); in acpi_atlas_button_handler() local
71 int key_down = nextstate < ARRAY_SIZE(lp->btncode); in pcf8574_kp_irq_handler() local
115 unsigned int key_down = 0; in samsung_keypad_report() local154 bool key_down; in samsung_keypad_irq() local
109 unsigned char new_state[8], changed, key_down = 0; in omap_kp_tasklet() local
165 static void key_down(struct hid_device *hid, struct appleir *appleir, int key) in key_down() function
110 bool key_down = !(f30->data_regs[reg_num] & BIT(bit_num)); in rmi_f30_report_button() local
609 unsigned long key_down[BITS_TO_LONGS(KEY_CNT)]; member
71 unsigned char key_down; member
126 static unsigned long key_down[BITS_TO_LONGS(KEY_CNT)]; /* keyboard key bitmap */ variable