Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-universal-pidff.c18 #define JOY_RANGE (BTN_DEAD - BTN_JOYSTICK + 1)
39 if (code > BTN_DEAD) in universal_pidff_input_mapping()
H A Dhid-debug.c3289 [BTN_DEAD] = "BtnDead", [BTN_A] = "BtnA",
H A Dhid-input.c1366 case 0xa4: map_key_clear(BTN_DEAD); break; in hidinput_configure_usage()
/linux/drivers/input/joystick/iforce/
H A Diforce-main.c20 BTN_B, BTN_C, BTN_DEAD, -1 };
24 BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_DEAD, -1 };
H A Diforce-packets.c184 input_report_key(dev, BTN_DEAD, data[0] & 0x02); in iforce_process_packet()
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h379 #define BTN_DEAD 0x12f macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h379 #define BTN_DEAD 0x12f macro