Searched refs:BTN_THUMB (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/input/joystick/
H A Dwarrior.c55 input_report_key(dev, BTN_THUMB, (data[3] >> 1) & 1);
146 BIT_MASK(BTN_THUMB) | BIT_MASK(BTN_TOP) | BIT_MASK(BTN_TOP2);
H A Dtmdc.c60 { 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 };
65 { BTN_TRIGGER, BTN_THUMB2, BTN_PINKIE, BTN_THUMB, BTN_BASE6, BTN_BASE5, BTN_BASE4,
H A Dgrip.c45 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 };
46 static int grip_btn_xt[] = { BTN_TRIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_SELECT, BTN_START, BTN_MODE, -1 };
47 static int grip_btn_dc[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_BASE5, -1 };
H A Dturbografx.c55 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 };
92 input_report_key(dev, BTN_THUMB, (data2 & TGFX_THUMB ));
H A Da3d.c144 input_report_key(dev, BTN_THUMB, data[8] & 2);
318 BIT_MASK(BTN_TRIGGER) | BIT_MASK(BTN_THUMB) |
H A Dsidewinder.c83 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_MODE },
85 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT },
86 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT },
88 { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4 }};
H A Dadi.c66 static short adi_wmi_key[] = { BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_EXTRA };
67 static short adi_wmed3d_key[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2 };
H A Dgf2k.c54 static short gf2k_btn_joy[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4 };
H A Dgamecon.c484 input_report_key(dev, BTN_THUMB, s & data[5]);
880 input_set_capability(input_dev, EV_KEY, BTN_THUMB);
H A Ddb9.c97 static const short db9_multi_btn[] = { BTN_TRIGGER, BTN_THUMB };
395 input_report_key(dev, BTN_THUMB, ~data & DB9_FIRE2);
H A Danalog.c86 static short analog_joy_btn[] = { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2,
/linux-master/drivers/input/joystick/iforce/
H A 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-master/drivers/hid/
H A Dhid-steam.c747 input_set_capability(input, EV_KEY, BTN_THUMB);
1296 * 10.3 | BTN_THUMB | left-pad touched (but see explanation below)
1362 input_event(input, EV_KEY, BTN_THUMB, lpad_touched || lpad_and_joy);
1422 * 10.1 | BTN_THUMB | left pad pressed
1540 input_event(input, EV_KEY, BTN_THUMB, !!(b10 & BIT(1)));
H A Dhid-debug.c888 [BTN_TRIGGER] = "Trigger", [BTN_THUMB] = "ThumbBtn",
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h367 #define BTN_THUMB 0x121 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h367 #define BTN_THUMB 0x121 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h367 #define BTN_THUMB 0x121 macro
/linux-master/drivers/char/
H A Dsonypi.c455 { SONYPI_EVENT_THUMBPHRASE_PRESSED, BTN_THUMB },
/linux-master/drivers/platform/x86/
H A Dsony-laptop.c331 BTN_THUMB, /* 42 SONYPI_EVENT_THUMBPHRASE_PRESSED */

Completed in 186 milliseconds