Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/joystick/
Dwarrior.c72 input_report_key(dev, BTN_TOP2, (data[3] >> 3) & 1); in warrior_process_packet()
161 BIT_MASK(BTN_THUMB) | BIT_MASK(BTN_TOP) | BIT_MASK(BTN_TOP2); in warrior_connect()
Dturbografx.c70 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 };
110 input_report_key(dev, BTN_TOP2, (data2 & TGFX_TOP2 )); in tgfx_timer()
Dtmdc.c75 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_THUMB2, BTN_PINKIE,
78 { BTN_TRIGGER, BTN_C, BTN_B, BTN_A, BTN_THUMB, BTN_X, BTN_Y, BTN_Z, BTN_TOP, BTN_TOP2 };
Dadi.c81 static short adi_wmi_key[] = { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
82 static short adi_wmed3d_key[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2, BTN_BASE, …
Dsidewinder.c100 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT…
101 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT…
Dgf2k.c69 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
Dgrip.c62 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BA…
Danalog.c104 static short analog_joy_btn[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2,
/Linux-v4.19/drivers/input/joystick/iforce/
Diforce-main.c31 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE,
36 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE,
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h369 #define BTN_TOP2 0x124 macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h369 #define BTN_TOP2 0x124 macro
/Linux-v4.19/drivers/hid/
Dhid-debug.c868 [BTN_TOP2] = "TopBtn2", [BTN_PINKIE] = "PinkieBtn",