Home
last modified time | relevance | path

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

/openbmc/linux/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
H A Datc260x-onkey.c104 int ret, key_down; in atc260x_onkey_query() local
/openbmc/linux/drivers/input/keyboard/
H A Dsamsung-keypad.c111 unsigned int key_down = 0; in samsung_keypad_report() local
149 bool key_down; in samsung_keypad_irq() local
H A Domap-keypad.c97 unsigned char new_state[8], changed, key_down = 0; in omap_kp_tasklet() local
/openbmc/linux/drivers/hid/
H A Dhid-appleir.c157 static void key_down(struct hid_device *hid, struct appleir *appleir, int key) in key_down() function
/openbmc/linux/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
/openbmc/qemu/hw/m68k/
H A Dnext-kbd.c249 bool key_down = evt->u.key.data->down; in nextkbd_event() local
/openbmc/linux/drivers/misc/ibmasm/
H A Dremote.h58 unsigned char key_down; member
/openbmc/linux/drivers/tty/
H A Dsysrq.c653 unsigned long key_down[BITS_TO_LONGS(KEY_CNT)]; member