Searched refs:BTN_TOP (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/input/joystick/ |
| H A D | warrior.c | 56 input_report_key(dev, BTN_TOP, (data[3] >> 2) & 1); in warrior_process_packet() 146 BIT_MASK(BTN_THUMB) | BIT_MASK(BTN_TOP) | BIT_MASK(BTN_TOP2); in warrior_connect()
|
| H A D | turbografx.c | 55 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 }; 94 input_report_key(dev, BTN_TOP, (data2 & TGFX_TOP )); in tgfx_timer()
|
| H A D | a3d.c | 145 input_report_key(dev, BTN_TOP, data[8] & 4); in a3d_read() 319 BIT_MASK(BTN_TOP) | BIT_MASK(BTN_PINKIE); in a3d_connect()
|
| H A D | tmdc.c | 60 { 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 D | grip.c | 45 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 }; 47 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BA…
|
| H A D | adi.c | 66 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 D | gf2k.c | 54 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
|
| H A D | analog.c | 86 static short analog_joy_btn[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2,
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 370 #define BTN_TOP 0x123 369 #define BTN_TOP global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 370 #define BTN_TOP 0x123 macro
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3281 [BTN_THUMB2] = "ThumbBtn2", [BTN_TOP] = "TopBtn",
|