Searched refs:BTN_THUMB2 (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/input/joystick/ |
A D | turbografx.c | 58 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 }; 96 input_report_key(dev, BTN_THUMB2, (data2 & TGFX_THUMB2 )); in tgfx_timer()
|
A D | tmdc.c | 63 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_THUMB2, BTN_PINKIE, 68 { BTN_TRIGGER, BTN_THUMB2, BTN_PINKIE, BTN_THUMB, BTN_BASE6, BTN_BASE5, BTN_BASE4,
|
A D | sidewinder.c | 86 …{ BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_MODE… 91 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4 }};
|
A D | grip.c | 48 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 };
|
A D | adi.c | 70 static short adi_wmed3d_key[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2, BTN_BASE, …
|
/linux/drivers/hid/ |
A D | hid-steam.c | 436 input_set_capability(input, EV_KEY, BTN_THUMB2); in steam_input_register() 977 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(4))); in steam_do_input_event()
|
A D | hid-debug.c | 852 [BTN_THUMB2] = "ThumbBtn2", [BTN_TOP] = "TopBtn",
|
/linux/include/dt-bindings/input/ |
A D | linux-event-codes.h | 367 #define BTN_THUMB2 0x122 macro
|
/linux/include/uapi/linux/ |
A D | input-event-codes.h | 367 #define BTN_THUMB2 0x122 macro
|
Completed in 22 milliseconds