Home
last modified time | relevance | path

Searched refs:BTN_TOP2 (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/input/joystick/
H A Dwarrior.c57 input_report_key(dev, BTN_TOP2, (data[3] >> 3) & 1); in warrior_process_packet()
146 BIT_MASK(BTN_THUMB) | BIT_MASK(BTN_TOP) | BIT_MASK(BTN_TOP2); in warrior_connect()
H A Dturbografx.c55 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 };
95 input_report_key(dev, BTN_TOP2, (data2 & TGFX_TOP2 )); in tgfx_timer()
H A Dtmdc.c60 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_THUMB2, BTN_PINKIE,
63 { BTN_TRIGGER, BTN_C, BTN_B, BTN_A, BTN_THUMB, BTN_X, BTN_Y, BTN_Z, BTN_TOP, BTN_TOP2 };
H A Dadi.c66 static short adi_wmi_key[] = { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
67 static short adi_wmed3d_key[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2, BTN_BASE, …
H A Dsidewinder.c85 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT…
86 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT…
H A Dgf2k.c54 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
H A Dgrip.c47 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BA…
H A Danalog.c86 static short analog_joy_btn[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2,
/openbmc/linux/drivers/input/joystick/iforce/
H A Diforce-main.c17 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE,
22 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE,
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h368 #define BTN_TOP2 0x124 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h370 #define BTN_TOP2 0x124 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h370 #define BTN_TOP2 0x124 macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h370 #define BTN_TOP2 0x124 macro
/openbmc/linux/drivers/hid/
H A Dhid-debug.c890 [BTN_TOP2] = "TopBtn2", [BTN_PINKIE] = "PinkieBtn",