Home
last modified time | relevance | path

Searched refs:BTN_DEAD (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/input/joystick/iforce/
H A Diforce-main.c19 BTN_B, BTN_C, BTN_DEAD, -1 };
23 BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_DEAD, -1 };
H A Diforce-packets.c190 input_report_key(dev, BTN_DEAD, data[0] & 0x02); in iforce_process_packet()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h376 #define BTN_DEAD 0x12f macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h378 #define BTN_DEAD 0x12f macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h378 #define BTN_DEAD 0x12f macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h378 #define BTN_DEAD 0x12f macro
/openbmc/linux/drivers/hid/
H A Dhid-debug.c894 [BTN_DEAD] = "BtnDead", [BTN_A] = "BtnA",
H A Dhid-input.c1341 case 0xa4: map_key_clear(BTN_DEAD); break; in hidinput_configure_usage()