Searched refs:BTN_TOP (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/input/joystick/ |
D | warrior.c | 71 input_report_key(dev, BTN_TOP, (data[3] >> 2) & 1); in warrior_process_packet() 161 BIT_MASK(BTN_THUMB) | BIT_MASK(BTN_TOP) | BIT_MASK(BTN_TOP2); in warrior_connect()
|
D | sidewinder.c | 98 …{ BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_MODE… 100 …{ 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… 103 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4 }};
|
D | turbografx.c | 70 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 }; 109 input_report_key(dev, BTN_TOP, (data2 & TGFX_TOP )); in tgfx_timer()
|
D | grip.c | 60 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 }; 62 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BA…
|
D | a3d.c | 160 input_report_key(dev, BTN_TOP, data[8] & 4); in a3d_read() 334 BIT_MASK(BTN_TOP) | BIT_MASK(BTN_PINKIE); in a3d_connect()
|
D | tmdc.c | 75 { 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 };
|
D | adi.c | 81 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, …
|
D | gf2k.c | 69 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN…
|
D | analog.c | 104 static short analog_joy_btn[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2,
|
/Linux-v4.19/drivers/input/joystick/iforce/ |
D | iforce-main.c | 31 { 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/ |
D | linux-event-codes.h | 368 #define BTN_TOP 0x123 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 368 #define BTN_TOP 0x123 macro
|
/Linux-v4.19/drivers/hid/ |
D | hid-debug.c | 867 [BTN_THUMB2] = "ThumbBtn2", [BTN_TOP] = "TopBtn",
|