Home
last modified time | relevance | path

Searched refs:BTN_TOP (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/input/joystick/
Dwarrior.c59 input_report_key(dev, BTN_TOP, (data[3] >> 2) & 1); in warrior_process_packet()
149 BIT_MASK(BTN_THUMB) | BIT_MASK(BTN_TOP) | BIT_MASK(BTN_TOP2); in warrior_connect()
Dsidewinder.c86 …{ BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_MODE…
88 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT…
89 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT…
91 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4 }};
Dturbografx.c58 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 };
97 input_report_key(dev, BTN_TOP, (data2 & TGFX_TOP )); in tgfx_timer()
Da3d.c148 input_report_key(dev, BTN_TOP, data[8] & 4); in a3d_read()
322 BIT_MASK(BTN_TOP) | BIT_MASK(BTN_PINKIE); in a3d_connect()
Dgrip.c48 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 };
50 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BA…
Dtmdc.c63 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_THUMB2, BTN_PINKIE,
66 { BTN_TRIGGER, BTN_C, BTN_B, BTN_A, BTN_THUMB, BTN_X, BTN_Y, BTN_Z, BTN_TOP, BTN_TOP2 };
Dadi.c69 static short adi_wmi_key[] = { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
70 static short adi_wmed3d_key[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2, BTN_BASE, …
Dgf2k.c57 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
Danalog.c92 static short analog_joy_btn[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2,
/Linux-v5.4/drivers/input/joystick/iforce/
Diforce-main.c17 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE,
22 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE,
/Linux-v5.4/include/dt-bindings/input/
Dlinux-event-codes.h368 #define BTN_TOP 0x123 macro
/Linux-v5.4/include/uapi/linux/
Dinput-event-codes.h368 #define BTN_TOP 0x123 macro
/Linux-v5.4/drivers/hid/
Dhid-debug.c850 [BTN_THUMB2] = "ThumbBtn2", [BTN_TOP] = "TopBtn",